Subject RE: [firebird-support] Connection overhead
Author Chad Z. Hower
:: Connection-pooling is going to give you a significant boost
:: in speed/scalability in nearly any type of application,
:: though not absolutely necessary. There is considerable
:: overhead involved with creating a new connection upon each
:: request vs. grabbing an existing, pooled connection.

I know this is "general conventional wisdom". But not all DB's are the same
in this area. Does FB itself have significant overhead on connection
creation?