Subject Re: [firebird-support] about threads
Author Matthias Hanft
Thomas Steinmaurer wrote:
>
> If there is an active transaction involved, then for sure (if it is not
> a read-only read committed one).

No active transaction involved. Just the connection remains open (which
has been used by a query within a transaction which is reliably closed
each time).

> But, connection pool implementation usually have some kind of timeout
> parameter which closes a physical connection in the pool after a period
> of idle time.

Hmmm... I didn't program any idle timeout. Does FB have one? How long?
Configurable?

-Matt