Author: rjung Date: Fri Oct 3 12:48:27 2008 New Revision: 701515 URL: http://svn.apache.org/viewvc?rev=701515&view=rev Log: Correct comments about maintenance in timeouts document in light of new watchdog thread.
Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/timeouts.xml Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/timeouts.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/generic_howto/timeouts.xml?rev=701515&r1=701514&r2=701515&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/generic_howto/timeouts.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/generic_howto/timeouts.xml Fri Oct 3 12:48:27 2008 @@ -152,9 +152,11 @@ The 60 seconds interval can be adjusted with the global attribute worker.maintain. We do not recommend to change this value, because it has a lot of side effects. -The maintenance task only runs, if requests get processed. So if your web -server has processes that do not receive any requests for a long -time, there is no way to close the idle connections in its pool. +Until version 1.2.26, the maintenance task only runs, if requests get +processed. So if your web server has processes that do not receive any +requests for a long time, there is no way to close the idle connections +in its pool. Starting with version 1.2.27 you can configure an independant +watchdog thread when using Apache 2.x with threaded APR or IIS. </p> <p> The maximum connection pool size can be configured with the --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]