https://issues.apache.org/bugzilla/show_bug.cgi?id=55880
Bug ID: 55880 Summary: ajp processorCache's value is not equals concurrency user numbers Product: Tomcat 7 Version: 7.0.47 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Connectors Assignee: dev@tomcat.apache.org Reporter: chain...@gmail.com Created attachment 31111 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31111&action=edit use this web project test the bug. Hi,I find a problem like this: 1.deploy the attached web project:test.war 2.set tomcat jvmRoute 3.set apache correctly 4.use LoadRunner, make a 10 concurrency users request via ajp connector(apache) 5.you will find that in jconsole, MBean named 【Catalina->RequestProcessor->ajp-bio-8009】contains only two processors: AjpRequest1 and AjpRequest2 why in this scenario,the processorCache number not equals to concurrency user numbers? I think it should be euqals. Also, when i set tomcat ajp connector use nio. it's my configuration: <Connector port="8009" protocol="org.apache.coyote.ajp.AjpNioProtocol" redirectPort="8443" /> Use LR send 10 concurrency users request again. Now the processor numbers become 6.But it still less than concurrency user number. Is this a Bug of ajp connector? Thanks in advance. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org