Subject Re: [firebird-support] Connection overhead
Author Ann W. Harrison
At 07:07 PM 12/17/2004, Chad Z. Hower aka Kudzu wrote:

>How much overhead is there in creating a connecton to the FB server? Ie how
>necessary/useful is connection pooling with FB?

Not a lot with a shared server. Opinions vary, but mine is that
we should reduce the cost of connections and eliminate connection
pooling - for one thing, certain standard features (e.g. temporary
tables) depend on clean definitions of SQL-sessions and connection
pooling really muddies the water.

Regards,


Ann