From:
<car...@te...> - 2004-02-04 11:58:26
|
Hello: > Then I tried a'ain with pooling as true, but make a Thread.Sleep(6000), > before using FbConfiguration.DatabaseShutdown(FbShutdownMode.Forced,0) The problem here is that 1.5 has a single pool for all connections, and a cleanup thread that runs at every 10 seconds this will work in different way in 1.6, that will have a single pool for each different connection string ( and a single clean up thread based on the connection lifetime specified in the connection string ). -- Best regards Carlos Guzmán Álvarez Vigo-Spain |