[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: connection pool configuration ?

PeterJ do-not-reply at jboss.com
Mon Mar 17 15:44:48 EDT 2008


Are you saying that after 5 minutes the number of connections falls below 10?

>From my understanding, it should work like this. When you first bring up the app server, there are no connections. The first app that needs a connection causes 10 (min-pool-size) connections to be created. If additional connections are needed, up to max-pool-size connections will be created.  If more than min-pool-size connections are made, and any of them are idle for more than idle-timeout-minutes, then they are closed, but there will always be at least min-pool-size connections.

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

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



More information about the jboss-user mailing list