Author: remm
Date: Wed Apr 25 12:35:34 2007
New Revision: 532451

URL: http://svn.apache.org/viewvc?view=rev&rev=532451
Log:
- Update for the timeout configuration.

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/apr.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/apr.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/apr.xml?view=diff&rev=532451&r1=532450&r2=532451
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/apr.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/apr.xml Wed Apr 25 12:35:34 2007
@@ -145,6 +145,14 @@
 
     <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

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml?view=diff&rev=532451&r1=532450&r2=532451
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml Wed Apr 25 12:35:34 2007
@@ -229,10 +229,10 @@
     </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">

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml?view=diff&rev=532451&r1=532450&r2=532451
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Wed Apr 25 12:35:34 2007
@@ -281,10 +281,10 @@
     </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">



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

Reply via email to