We are seeing some strange behaviour with JBoss 3.2.3/Jetty 4.2.14 where under 
load the web server stops allocating new requests to idle threads in its thread 
pool. 

Every new request results in a new thread being created and eventually the 
server stops responding with an OUT OF THREADS message. When a thread dump is 
taken you can see that there have been MaxThreads threads allocated but they 
are all idle. E.g.

"PoolThread-395" prio=1 tid=0xb44be308 nid=0x2fe4 in Object.wait() 
[bb682000..bb682cd8]
at java.lang.Object.wait(Native Method)
            at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:482)
            - locked <0x59fdd810> (a org.mortbay.util.ThreadPool$PoolThread)

Has anyone seen this behaviour before? Is it a bug that has been fixed in later 
versions of JBoss/Jetty?

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to