You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/04/09 16:08:07 UTC

DO NOT REPLY [Bug 44785] New: Documentation f the MaxThread default value for AJP connector

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: tomcat-dev@jakarta.apache.org
        ReportedBy: lcrine@linagora.com


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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 44785] Documentation f the MaxThread default value for AJP connector

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44785





--- Comment #1 from Mark Thomas <ma...@apache.org>  2008-04-09 14:58:27 PST ---
This has been fixed in trunk and proposed for 6.0.x


-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 44785] Documentation f the MaxThread default value for AJP connector

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44785


Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Mark Thomas <ma...@apache.org>  2008-04-17 12:11:50 PST ---
The patch has been applied to 6.0.x and will be in 6.0.17 onwards.


-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org