Minor enhancement and fix for NIO AJP documentation.
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 15 May 2011 14:33:41 +0000 (14:33 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 15 May 2011 14:33:41 +0000 (14:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1103396 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/ajp.xml

index 3e26394..95dd501 100644 (file)
       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>
     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