This content has been marked as final.
Show 4 replies
-
2. Re: AJP connection pile up with CLOSE_WAIT status
jimyliu Jan 6, 2010 6:28 AM (in response to jaikiran)Thanks for the suggestion. I found another link: http://forum.springsource.org/showthread.php?t=73784 by setting
<Executor name="threadpool" maxThreads="200" minSpareThreads="25" prefix="tomcat-thread-"/> <Connector port="8080" executor="threadpool"/>
To shrink the thread down to 25, will that help ? (I am going to test this tonight.)
-
3. Re: AJP connection pile up with CLOSE_WAIT status
jfclere Jan 6, 2010 10:04 AM (in response to jimyliu)There is no workaround for this bug except using APR AJP or the patch https://jira.jboss.org/jira/secure/attachment/12316577/patch.txt -
4. Re: AJP connection pile up with CLOSE_WAIT status
jimyliu Jan 7, 2010 10:27 PM (in response to jfclere)Thanks for the info. Using "Executor thread" did resolve the problem.