Author: rjung
Date: Sun May 15 14:33:41 2011
New Revision: 1103396

URL: http://svn.apache.org/viewvc?rev=1103396&view=rev
Log:
Minor enhancement and fix for NIO AJP documentation.

Modified:
    tomcat/trunk/webapps/docs/config/ajp.xml

Modified: tomcat/trunk/webapps/docs/config/ajp.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/ajp.xml?rev=1103396&r1=1103395&r2=1103396&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/trunk/webapps/docs/config/ajp.xml Sun May 15 14:33:41 2011
@@ -330,8 +330,8 @@
       falls below this value. The operating system may still accept
       connections based on the <code>acceptCount</code> setting. Default value
       varies by connector type. For BIO the default is the value of
-      <strong>maxThreads</strong>. For APR/native, the default is
-      <code>8192</code>.</p>
+      <strong>maxThreads</strong>. For NIO the default is <code>10000</code>.
+      For APR/native, the default is <code>8192</code>.</p>
       <p>Note that for APR/native on Windows, the configured value will be
       reduced to the highest multiple of 1024 that is less than or equal to
       maxConnections. This is done for performance reasons.</p>
@@ -550,7 +550,7 @@
     Tomcat Version           3.x onwards                 7.x onwards           
   5.5.x onwards
     Support Polling              NO                          YES               
        YES
     Polling Size                 N/A                   maxConnections          
   maxConnections
-    Read Request Headers      Blocking                  Non Blocking           
        Blocking
+    Read Request Headers      Blocking                  Sim Blocking           
        Blocking
     Read Request Body         Blocking                  Sim Blocking           
        Blocking
     Write Response            Blocking                  Sim Blocking           
        Blocking
     Wait for next Request     Blocking                  Non Blocking           
    Non Blocking



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to