Subject Re: [firebird-support] Re: User lockouts
Author Federico Tello Gentile
Yves Glodt wrote:
>
> Or, wait for Firebird 2 which will react better in this special case it
> seems...


Really? So FB 2.0 will abort a query when the client drops the connection?

In any case a long running query should not prevent other clients to do
their queries (maybe slower) unless the long running query takes all
memory and all I/O operations. That is more a OS issue.