Subject RE: [IBO] Connection pool
Author Support List
> I am creating a Web server using Firebird. I understand that IBO manages
> internally a connection pool. I cannot find documentation, but I think
> that I need to open a connection and then use "DisconnectToPool" to close
> the connection. The connection is really not closed, it is just released
> to the pooling system.
> Is it correct?

Yes, you are correct.


> My second question is about the termination of the program. Do I need to
> call some special function to "flush" or effectively to close all
> connections of the pool?

No, the pool will be properly flushed away when the unit is in its
finalization process.

Jason