Subject Re: [firebird-support] Re: Which way of connection is prefered?
Author Dean Harding
Magicloud Magiclouds wrote:
> That is my thought. So, which is prefered for Firebird?

Being in no way authoritative on this, I would say a connection pool is
the "preferred" way. But that would true of most database engines, I
would imagine.

With a connection pool, it's very easy to tune how often new connections
are made, maximum number of connections, how long before a connection
times out and disconnects, etc.

Dean.