Howdy,

>there seems to be some confusion about whether to use maxThreads or
>maxProcessors and the effect on tomcat. futher it is not clear from the
>docs which one to use and whether they have an effect on the protocol
used
>by the connector.

Read the documentation carefully.  The Coyote (HTTP) connector for
Tomcat 5 supports parameters for max threads, spare threads, and other
settings.  The Coyote (HTTP) connector for tomcat 4 supports
maxProcessors, minProcessors, and other settings.  Anything not listed
on these pages is not supported, meaning Coyote in Tomcat 5 does NOT
support maxProcessors and Coyote in tomcat 4 does NOT support max
threads.

The AJP connector in tomcat 5, as its documentation states, does not
support either max threads or maxProcessors.  The docs lay it all out.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to