Bug 44785 - Documentation f the MaxThread default value for AJP connector
Summary: Documentation f the MaxThread default value for AJP connector
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 6.0.16
Hardware: PC Linux
: P5 trivial (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL: http://tomcat.apache.org/tomcat-6.0-d...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-09 07:08 UTC by lionel crine
Modified: 2008-04-17 12:11 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lionel crine 2008-04-09 07:08:07 UTC
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
Comment 1 Mark Thomas 2008-04-09 14:58:27 UTC
This has been fixed in trunk and proposed for 6.0.x
Comment 2 Mark Thomas 2008-04-17 12:11:50 UTC
The patch has been applied to 6.0.x and will be in 6.0.17 onwards.