Hi Chris
<Connector port="9000"
protocol="org.apache.coyote.http11.Http11NioProtocol"
connectionTimeout="20000"
redirectPort="8443"
maxKeepAliveRequests="1"
processorCache="1"
acceptCount="1"
maxThreads="1"/>
I used the above on my notebook to re-produce the issue easily and get a
clear Wireshark dump, but the below configuration also caused the same
issue with a real load test on a larger EC2 node:
<Connector port="9000"
protocol="org.apache.coyote.http11.Http11NioProtocol"
connectionTimeout="20000"
redirectPort="8443"
maxKeepAliveRequests="10000"
processorCache="2560"
acceptCount="1000"
maxThreads="300"/>
thanks
asankha
On 10/29/2012 09:43 PM, Christopher Schultz wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Asankha,
On 10/29/12 9:20 AM, Asankha C. Perera wrote:
During some performance testing I've seen that Tomcat resets
accepted TCP connections when under load. I had seen this
previously too [1], but was not able to analyze the scenario in
detail earlier.
Please post your <Connector> configuration and let us know if you are
using APR/native.
Thanks,
- -chris
--
Asankha C. Perera
AdroitLogic, http://adroitlogic.org
http://esbmagic.blogspot.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org