The 'permit to get a connection' is a Semaphore that manages the ability of a 
thread to get a ConnectionListener. It is an application server construct and 
has nothing to do with the underlying database. The blocking timeout 
milliseconds tells the container 'how long' a thread expects to wait to get a 
permit. If the blocking time is too low and they number of connections is 
inadequate to handle load you will see'NoManagedConnections Available' in the 
logs. 

On the alternate side if the blocking time is too high, and the pool is under 
heavy load, you will generally see this in JBoss appearing to 'hang' or 'lock' 
under certain conditions. 





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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to