Subject Re: [Firebird-Architect] Can we, can we, can we????...
Author Dmitry Yemanov
"Jim Starkey" <jas@...> wrote:
>
> 1. Is a timeout more important or better than a mechanism to identify
> and kill runaway requests?

They're just different.

> 2. How exactly are we going to track execution time of a request?

Elapsed time. Every request has a timestamp of its beginning. Then we get
the current time in the looper and compare.

> 3. What are the implications on system performance in tracking and
> probing request execution time?

Subject of measuring, but I doubt it will be noticable.


Dmitry