You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2008/09/14 00:49:56 UTC

svn commit: r695054 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/config/http.xml

Author: markt
Date: Sat Sep 13 15:49:56 2008
New Revision: 695054

URL: http://svn.apache.org/viewvc?rev=695054&view=rev
Log:
Add missing executor element in NIO docs

Modified:
    tomcat/tc6.0.x/trunk/   (props changed)
    tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml

Propchange: tomcat/tc6.0.x/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Sep 13 15:49:56 2008
@@ -1 +1 @@
-/tomcat/trunk:673796,673820,683982,684001,684081,684234,684269-684270,687503,687645,690781
+/tomcat/trunk:673796,673820,683982,684001,684081,684234,684269-684270,687503,687645,690781,695053

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml?rev=695054&r1=695053&r2=695054&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Sat Sep 13 15:49:56 2008
@@ -410,6 +410,11 @@
         This value is ignored if the <code>executor</code> attribute is present and points to a valid shared thread pool.
         </p>
       </attribute>
+      <attribute name="executor" required="false">
+        <p>A reference to the name in an <a href="executor.html">Executor</a> 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.</p>
+      </attribute>
       <attribute name="acceptorThreadCount" required="false">
         <p>(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 <code>2</code>. 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