From 17dc31b13dc6f2d9ac302a9ef29cd7737ad9518c Mon Sep 17 00:00:00 2001 From: rjung Date: Sun, 15 May 2011 14:33:41 +0000 Subject: [PATCH] Minor enhancement and fix for NIO AJP documentation. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1103396 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/ajp.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml index 3e2639451..95dd5010f 100644 --- a/webapps/docs/config/ajp.xml +++ b/webapps/docs/config/ajp.xml @@ -330,8 +330,8 @@ falls below this value. The operating system may still accept connections based on the acceptCount setting. Default value varies by connector type. For BIO the default is the value of - maxThreads. For APR/native, the default is - 8192.

+ maxThreads. For NIO the default is 10000. + For APR/native, the default is 8192.

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.

@@ -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 -- 2.11.0