G
Gen
Hello there,
I am developing a web application using Firebird.NET provider ver 1.7
Connection pooling is being used to better the application's performance.
The problem is that the pool never closes its connections, even if they are
being idle for a long time.
Is there some way to make the pool automatically release a connection if not
being used for a certain period of time?
I don't want to use the "Connection Lifetime" property of the connection
string, because it is related to the connection's Close() method only.
Thank you in advance
I am developing a web application using Firebird.NET provider ver 1.7
Connection pooling is being used to better the application's performance.
The problem is that the pool never closes its connections, even if they are
being idle for a long time.
Is there some way to make the pool automatically release a connection if not
being used for a certain period of time?
I don't want to use the "Connection Lifetime" property of the connection
string, because it is related to the connection's Close() method only.
Thank you in advance