Subject Connection pool
Author kokok_kokok
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?

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?

Thank you