Author: rjung
Date: Sat Apr 21 14:36:42 2012
New Revision: 1328673

URL: http://svn.apache.org/viewvc?rev=1328673&view=rev
Log:
Clarify a bit the docs comments on firewall idle
connection drop. Tone down warning about not using
persistent connection.
Modified:
    tomcat/jk/trunk/xdocs/generic_howto/timeouts.xml

Modified: tomcat/jk/trunk/xdocs/generic_howto/timeouts.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/generic_howto/timeouts.xml?rev=1328673&r1=1328672&r2=1328673&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/generic_howto/timeouts.xml (original)
+++ tomcat/jk/trunk/xdocs/generic_howto/timeouts.xml Sat Apr 21 14:36:42 2012
@@ -251,13 +251,10 @@ From the point of view of JK and of the 
 simply doesn't answer any traffic. Since TCP is a reliable protocol
 it detects the missing TCP ACKs and tries to resend the packets for
 a relatively long time, typically several minutes.
-</p>
-<p>
-Many firewalls will allow connection closing, even if they dropped
-the connection for normal traffic. Therefore you should always use
+Therefore you should always use
 <a href="#Connection Pools and Idle Timeouts">connection_pool_timeout and
-connection_pool_minsize</a> on the JK side
-and connectionTimeout on the Tomcat side.
+connection_pool_minsize</a> on the JK side and <b>connectionTimeout</b>
+on the Tomcat side to prevent idle connection drop.
 </p>
 <p>
 Furthermore using the boolean attribute <b>socket_keepalive</b> you can
@@ -280,7 +277,8 @@ In case none of our recommendations help
 problems with idle connection drops, you can disable the use of persistent
 connections when using JK together with Apache httpd. For this you set
 "JkOptions +DisableReuse" in your Apache httpd configuration.
-This will have a huge negative performance impact!
+The amount of performance impact this will have depends on the details of
+your network and your firewall.
 </p>
 </subsection>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to