Author: rjung
Date: Wed Jul 25 10:07:55 2007
New Revision: 559524

URL: http://svn.apache.org/viewvc?view=rev&rev=559524
Log:
Fix docs about default connection pool size for IIS
and non-Apache.

Modified:
    tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/workers.xml?view=diff&rev=559524&r1=559523&r2=559524
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/reference/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Wed Jul 25 10:07:55 
2007
@@ -160,7 +160,8 @@
 should reflect the number of threads per child process. JK will discover
 the number of threads per child process on Apache 2 web server with worker-mpm 
and set
 its default value to match the ThreadsPerChild Apache directive. For IIS the 
default
-value is 10. For other web servers than Apache or IIS this value has to be set 
manually.
+value is 250. For other web servers than Apache or IIS the default value is 1
+and you should adjust it manually.
 </p>
 <warn>Do not use connection_pool_size with values higher then 1 on <b>Apache 
2.x prefork</b> or <b>Apache 1.3.x</b>!</warn>
 </directive>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to