Hi. I am not sure the stuck as any thing to do with the Request Processor accumulation. I work with nio connector. I use acceptCount="200" so maybe this is why i see the 200 Request Processors.
This is the full configuratin i use for connector: <Connector executor="AgentExecutor" useExecutor="true" port="8080" protocol="org.apache.coyote.http11.Http11NioProtocol" SSLEnabled="false" scheme="http" secure="false" redirectPort="8443" connectionTimeout="20000" enableLookups="false" disableUploadTimeout="true" allowTrace="false" maxSpareThreads="15" maxThreads="500" acceptCount="200"/> After running a high load for about an hour, using jmeter as my simulator for load, the tomcat stops hanling the requests. jmeter stops sending messages since tomcat does not process them. I can't see any stuck on the application side. I see that all requests are handled. Maybe the configuration i use is not good for the connector, maybe there is a problem with nio connectors. Kees Jan Koster wrote: > > Deear Michal, > >> When i checked the tomcat using jconsole i see that the object >> RequestProcessor >> accumulates to many objects which i guess may show the cause of this >> problem. > > Uhm. Could you explain what you mean here? I don't understand what you > are trying to say. > > You see too many request processors? How many? What is the maximum and > the expected number? > -- > Kees Jan > > http://java-monitor.com/forum/ > [EMAIL PROTECTED] > 06-51838192 > > The secret of success lies in the stability of the goal. -- Benjamin > Disraeli > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Tomcat-request-processing-gets-stuck-tp20526036p20574015.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]