> From: j r [mailto:[EMAIL PROTECTED] 
> Subject: Re: Performance tuning parameters
> 
> On a large pageview day, we will overflow the 750 MaxThreads.

Do you have keep-alive enabled for your connectors?  If so, the
connections may be staying open beyond their useful life, tying up a
thread for the duration.  Disabling keep-alives may have performance
ramifications, of course.

I believe the NIO connector in Tomcat 6 alleviates this problem (as does
the APR connector in 5.5 and 6), but I haven't verified that.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to