[jboss-user] [JNDI/Naming/Network] - Re: Jboss connection pool doesn't release the connections

jaikiran do-not-reply at jboss.com
Fri Mar 21 01:11:01 EDT 2008


JBoss maintains a pool of connections. When an application requests for a connection from the datasource, the server returns a connection from this pool. The application then has to call the close method on the connection so that the connection is returned back to the pool (where it continues to stay). Is your application calling the close method on the connection, once it is done with whatever processing it does?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138233#4138233

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138233



More information about the jboss-user mailing list