From: remm Date: Wed, 25 Apr 2007 19:35:34 +0000 (+0000) Subject: - Update for the timeout configuration. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f5c4eb2a74509f9969933871749264762250c2f7;p=tomcat7.0 - Update for the timeout configuration. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@532451 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/apr.xml b/webapps/docs/apr.xml index 0a570e874..468161a1a 100644 --- a/webapps/docs/apr.xml +++ b/webapps/docs/apr.xml @@ -145,6 +145,14 @@ + +

The number of milliseconds this Connector will wait for + another HTTP request before closing the connection. + The default value is to use the value that has been set for the + connectionTimeout attribute. This value also controls the timeout interval which + is used for Comet connections.

+
+

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 diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml index cf4dfd10d..583dc94e4 100644 --- a/webapps/docs/config/ajp.xml +++ b/webapps/docs/config/ajp.xml @@ -229,10 +229,10 @@ -

The number of milliseconds this Connector will wait, - subsequent request before closing the connection. +

The number of milliseconds this Connector will wait for + another AJP request before closing the connection. The default value is to use the value that has been set for the - connectionTimeout.

+ connectionTimeout attribute.

diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index 8821a2f4e..cd677f0eb 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -281,10 +281,10 @@ -

The number of milliseconds this Connector will wait, - subsequent request before closing the connection. +

The number of milliseconds this Connector will wait for + another HTTP request before closing the connection. The default value is to use the value that has been set for the - connectionTimeout.

+ connectionTimeout attribute.