Author: markt
Date: Fri Jan 30 05:06:47 2009
New Revision: 739173

URL: http://svn.apache.org/viewvc?rev=739173&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46563

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=739173&r1=739172&r2=739173&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Fri Jan 30 05:06:47 2009
@@ -453,6 +453,10 @@
       <fix>
         Fix broken URL mapping in the examples. (markt)
       </fix>
+      <fix>
+        <bug>46563</bug>: Update doc for correct default for pollerThreadCount.
+        (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Other">

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=739173&r1=739172&r2=739173&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Fri Jan 30 05:06:47 2009
@@ -415,8 +415,9 @@
         you might want to increase this value as well. Default value is 
<code>1</code>.</p>
       </attribute>
       <attribute name="pollerThreadCount" required="false">
-        <p>(int)The number of threads to be used to run for the polling 
events. Default value is <code>1</code>.
-           Can't see a reason to go above that. But experiment and find your 
own results.</p>
+        <p>(int)The number of threads to be used to run for the polling events.
+        Default value is <code>1</code> per processor. Can't see a reason to go
+        above that. But experiment and find your own results.</p>
       </attribute>
       <attribute name="pollerThreadPriority" required="false">
         <p>(int)The priority of the poller threads.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to