Subject | RE: [Firebird-Java] Closing connection pooling |
---|---|
Author | Claus Holst |
Post date | 2002-08-23T09:56:18Z |
Hi!
I have the same problem using a homegrown connection-pool (and not using
FBWrappingDataSource).
I am not finished investigating it, but it seems to me that something is
still hanging after Connection.close().
After Tomcat and my servlet has been closed, a lot of java-processes (aprox.
20) is still hanging, and also a few ibserver-processes (aprox. 6).
We are running Linux, java 1.4, Tomcat 4, Firebird and "almost" the latest
CVS version of the JDBC-driver.
Regards,
Claus
-----Original Message-----
From: Christian Flaig [mailto:christian.flaig@...]
Sent: 23. august 2002 09:31
To: Firebird-java
Subject: [Firebird-Java] Closing connection pooling
Hi!
I just started using a connection pool with firebird jdbc driver,
implemented with the FBWrappingDataSource.
All works fine, but the test application does not close the application in
clean way. I suspect that the connection pool is still running.
How can I close a connection pooling with FBWrappingDataSource? There is no
close() method.
Thanks for your help.
Regards,
Christian
I have the same problem using a homegrown connection-pool (and not using
FBWrappingDataSource).
I am not finished investigating it, but it seems to me that something is
still hanging after Connection.close().
After Tomcat and my servlet has been closed, a lot of java-processes (aprox.
20) is still hanging, and also a few ibserver-processes (aprox. 6).
We are running Linux, java 1.4, Tomcat 4, Firebird and "almost" the latest
CVS version of the JDBC-driver.
Regards,
Claus
-----Original Message-----
From: Christian Flaig [mailto:christian.flaig@...]
Sent: 23. august 2002 09:31
To: Firebird-java
Subject: [Firebird-Java] Closing connection pooling
Hi!
I just started using a connection pool with firebird jdbc driver,
implemented with the FBWrappingDataSource.
All works fine, but the test application does not close the application in
clean way. I suspect that the connection pool is still running.
How can I close a connection pooling with FBWrappingDataSource? There is no
close() method.
Thanks for your help.
Regards,
Christian