Author: markt Date: Sat Sep 13 15:47:21 2008 New Revision: 695053 URL: http://svn.apache.org/viewvc?rev=695053&view=rev Log: Add missing executor element in NIO docs Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=695053&r1=695052&r2=695053&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/http.xml (original) +++ tomcat/trunk/webapps/docs/config/http.xml Sat Sep 13 15:47:21 2008 @@ -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, --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org