Hello:

I've got a simple question.
I'm using Tomcat 6 & DBCP library ( bit I've got the same question
with Tomcat JDBC pool )


My question is:

when DBCP wants to release a database connection from the pool ( for
example , if it is idle for more than minEvictableIdleTimeMillis )

does it just close the TCP socket connection ( FIN packet )?
If it does, is it enough for remote database server knows that it has
to release its resources ?

Or does it do anything more by using propietary driver's commands? I
asking me if ( some ) database servers need a special command to
finish a connection/session ?


Thanks and regards

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to