You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2013/02/21 12:20:29 UTC

svn commit: r1448588 - /httpd/httpd/trunk/docs/manual/mod/mpm_common.xml

Author: humbedooh
Date: Thu Feb 21 11:20:29 2013
New Revision: 1448588

URL: http://svn.apache.org/r1448588
Log:
Hard coded ThreadLimit for event is 100,000.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mpm_common.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mpm_common.xml?rev=1448588&r1=1448587&r2=1448588&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.xml Thu Feb 21 11:20:29 2013
@@ -684,6 +684,7 @@ per child process</description>
 
     <note><title>Note</title>
       <p>There is a hard limit of <code>ThreadLimit 20000</code> (or
+      <code>ThreadLimit 100000</code> with <module>event</module>,
       <code>ThreadLimit 15000</code> with <module>mpm_winnt</module>)
       compiled into the server. This is intended to avoid nasty effects
       caused by typos. To increase it even further past this limit, you