Author: jim
Date: Mon Aug 28 05:22:21 2006
New Revision: 437686

URL: http://svn.apache.org/viewvc?rev=437686&view=rev
Log:
Note that FlushPackets can be a real performance dog. Provide a
little more detail on what it actually does and why.

Modified:
    tomcat/connectors/trunk/jk/xdocs/config/apache.xml

Modified: tomcat/connectors/trunk/jk/xdocs/config/apache.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/config/apache.xml?rev=437686&r1=437685&r2=437686&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/config/apache.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/config/apache.xml Mon Aug 28 05:22:21 2006
@@ -363,8 +363,11 @@
 </p>
 
 <p>
-JkOptions <b>FlushPackets</b>, you ask mod_jk to make a flush after each AJP
-packet received from Tomcat.
+JkOptions <b>FlushPackets</b>, you ask mod_jk to flush Apache's connection
+buffer after each AJP packet chunk received from Tomcat. This option can have
+a strong performance penalty for Apache and Tomcat as writes are performed
+more often than would normally be required (ie: at the end of each
+response).
 
 <source>  
   JkOptions     +FlushPackets



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

Reply via email to