- Update for the timeout configuration.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 25 Apr 2007 19:35:34 +0000 (19:35 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 25 Apr 2007 19:35:34 +0000 (19:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@532451 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/apr.xml
webapps/docs/config/ajp.xml
webapps/docs/config/http.xml

index 0a570e8..468161a 100644 (file)
 
     <attributes>
  
+    <attribute name="keepAliveTimeout" required="false">
+      <p>The number of milliseconds this <strong>Connector</strong> 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.</p>
+    </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
index cf4dfd1..583dc94 100644 (file)
     </attribute>
 
     <attribute name="keepAliveTimeout" required="false">
-      <p>The number of milliseconds this <strong>Connector</strong> will wait,
-       subsequent request before closing the connection.
+      <p>The number of milliseconds this <strong>Connector</strong> 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.</p>
+       connectionTimeout attribute.</p>
     </attribute>
 
     <attribute name="maxThreads" required="false">
index 8821a2f..cd677f0 100644 (file)
     </attribute>
 
     <attribute name="keepAliveTimeout" required="false">
-      <p>The number of milliseconds this <strong>Connector</strong> will wait,
-       subsequent request before closing the connection.
+      <p>The number of milliseconds this <strong>Connector</strong> 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.</p>
+       connectionTimeout attribute.</p>
     </attribute>
 
     <attribute name="disableUploadTimeout" required="false">