Michal Singer wrote: > 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"/>
Odd configuration. You appear to have mixed up using executor and non-executor configuration. > 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. Again, no. It is an application issue. Get the thread dumps and find out where the app has locked up. Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]