Subject | Connection does not close properly |
---|---|
Author | Lars George |
Post date | 2002-10-30T00:05:15Z |
Hi,
We have a connection pool that closes stale connection. It calls
connection.close() as expected. But the connection does not disappear on the
server level, i.e. it leaves the gds_inet_server process connected on the
database server.
I was under the impression calling FBConnection.close() would free all
resources and close the connection to the database. What are we doing wrong?
Are we doing anything wrong?
Kind regards,
Lars
We have a connection pool that closes stale connection. It calls
connection.close() as expected. But the connection does not disappear on the
server level, i.e. it leaves the gds_inet_server process connected on the
database server.
I was under the impression calling FBConnection.close() would free all
resources and close the connection to the database. What are we doing wrong?
Are we doing anything wrong?
Kind regards,
Lars