Author: timw Date: Tue Apr 5 08:48:30 2011 New Revision: 1088925 URL: http://svn.apache.org/viewvc?rev=1088925&view=rev Log: Clarifying that pollTime parameter is in microseconds, and correcting the ms equivalent for HTTP connector use of it.
Modified: tomcat/trunk/webapps/docs/config/ajp.xml tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/ajp.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/ajp.xml?rev=1088925&r1=1088924&r2=1088925&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/ajp.xml (original) +++ tomcat/trunk/webapps/docs/config/ajp.xml Tue Apr 5 08:48:30 2011 @@ -457,9 +457,10 @@ <attributes> <attribute name="pollTime" required="false"> - <p>Duration of a poll call. Lowering this value will slightly decrease - latency of connections being kept alive in some cases, but will use more - CPU as more poll calls are being made. The default value is 2000 (2ms). + <p>Duration of a poll call in microseconds. Lowering this value will + slightly decrease latency of connections being kept alive in some cases + , but will use more CPU as more poll calls are being made. The default + value is 2000 (2ms). </p> </attribute> Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1088925&r1=1088924&r2=1088925&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/http.xml (original) +++ tomcat/trunk/webapps/docs/config/http.xml Tue Apr 5 08:48:30 2011 @@ -736,9 +736,9 @@ </attribute> <attribute name="pollTime" required="false"> - <p>Duration of a poll call. Lowering this value will slightly decrease - latency of connections being kept alive in some cases, but will use more - CPU as more poll calls are being made. The default value is 2000 (5ms). + <p>Duration of a poll call in microseconds. Lowering this value will slightly + decrease latency of connections being kept alive in some cases, but will use + more CPU as more poll calls are being made. The default value is 2000 (2ms). </p> </attribute> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org