[jboss-user] [JCA/JBoss] - Re: Keep the connection alive after a management bean method

PeterJ do-not-reply at jboss.com
Mon Nov 17 17:07:53 EST 2008


JBossAS maintains a connection pool. Opening a connection really means being given an available, existing, connection from the pool. Closing a connection really means freeing up the connection and placing it back into the pool. Thus, re-opening a connection is not really a big deal.

Note that the physical connections a established lazily - the first request for a connection will establish the minimum number of connections which are placed into the pool.

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

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



More information about the jboss-user mailing list