Subject | RE: [IBO] Connection pool |
---|---|
Author | Support List |
Post date | 2011-11-17T17:36:48Z |
> I am creating a Web server using Firebird. I understand that IBO managesYes, you are correct.
> 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?
> My second question is about the termination of the program. Do I need toNo, the pool will be properly flushed away when the unit is in its
> call some special function to "flush" or effectively to close all
> connections of the pool?
finalization process.
Jason