mkaul wrote : Is there a check in JBoss that says "Only start checking if sessions are idle once they are above the MIN POOL size"?
Yes, that is the way it works. You will never have less that min connections, even if they are all idle. Also, there was a forum post earlier this year where someone noticed that at the timeout period, all idle connections were dropped, and then min connections re-established. Thus on a completely idle system the connections were recycled every timeout minutes. Also, you should have started a new post, not appended to a 3 year old post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158054#4158054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158054 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
