> From: Luca Gervasi [mailto:tom...@ashetic.net] > Subject: Hanged threads
> The Thread dump reveals many threads hanged with: > java.lang.Thread.State: WAITING on > org.apache.tomcat.util.net.JIoEndpoint$Worker@b446f9 at > java.lang.Object.wait(Native Method) at > java.lang.Object.wait(Object.java:474) at > org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458) > at > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484) > at java.lang.Thread.run(Thread.java:595) Perfectly normal. The threads are not hung, they're just waiting for more work to show up. If you want more control over how many idle threads are kept around, use an <Executor>. http://tomcat.apache.org/tomcat-6.0-doc/config/executor.html - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org