> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Subject: Re: Performance tuning parameters > > - maxThreads > The maximum number of http worker threads that tomcat will > create. This is the limit of the number of concurrent http > requests that the server can be servicing at any given moment.
Ideally, it would be the number of concurrent requests, but it's actually the number of concurrent HTTP connections, unless you're using APR or the new NIO connector (I think - haven't verified that yet). When keep-alives are in play for an HTTP connection, Tomcat's standard connector has to tie up a thread to maintain the connection. - 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]