From 1136ca8012ff3f454b90152fe7a9b81a90e2e80d Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 13 Sep 2008 22:47:21 +0000 Subject: [PATCH] Add missing executor element in NIO docs git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@695053 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/http.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index 933a8eade..b309653d8 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -410,6 +410,11 @@ This value is ignored if the executor attribute is present and points to a valid shared thread pool.

+ +

A reference to the name in an Executor element. + If this attribute is enabled, and the named executor exists, the connector will + use the executor, and all the other thread attributes will be ignored.

+

(int)The number of threads to be used to accept connections. Increase this value on a multi CPU machine, although you would never really need more than 2. Also, with a lot of non keep alive connections, -- 2.11.0