DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19799>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19799

Tomcat dies after being up for a while (complains about maxThreads)





------- Additional Comments From [EMAIL PROTECTED]  2003-07-24 12:01 -------
Your test program is sending HTTP/1.1 requests, and not closing the connection,
so your load tester program is bad. So until the connection timeout occurs, the
processors will wait for subsequent requests. You can either:
- increase the processor count to a higher value
- decrease the connection timeout
- set the maxKeepAliveRequests attribute to "1" on the connector, which will
disable connection keepalive (that hurts performance a lot)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to