https://issues.apache.org/bugzilla/show_bug.cgi?id=44785
Summary: Documentation f the MaxThread default value for AJP
connector
Product: Tomcat 6
Version: 6.0.16
Platform: PC
URL: http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: Documentation
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
Hello,
The maxThread value of the AJP connector is 200 by default.
But the documentation indicates a value of 40 which is wrong
AJP connector uses the org.apache.tomcat.util.threads the set up this value.
-------------
maxThreads
The maximum number of request processing threads to be created by this
Connector, which therefore determines the maximum number of simultaneous
requests that can be handled. If not specified, this attribute is set to 40. If
an executor is associated with this connector, this attribute is ignored as the
connector will execute tasks using the executor rather than an internal thread
pool.
-------------
Thanks,
Lionel
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]