[jboss-user] [Beginners Corner] - Re: JON Min connections X Total connections
PeterJ
do-not-reply at jboss.com
Thu Oct 2 11:17:57 EDT 2008
Total Connections is the number of database connections that have been created since the app server started. Connections are created lazily - none are made until the first connection request comes along at which time min connections are created. Therefore, you will see Total Connection set to 0 for a while, then when the first connection request comes along you should see Total Connection increase fairly quickly until it reaches min connections. So there is a window during which Total Connections could be less than min connections.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180069#4180069
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180069
More information about the jboss-user
mailing list