You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2008/11/16 20:32:34 UTC

svn commit: r718087 - /httpd/httpd/trunk/docs/manual/mod/mod_buffer.html.en

Author: minfrin
Date: Sun Nov 16 11:32:34 2008
New Revision: 718087

URL: http://svn.apache.org/viewvc?rev=718087&view=rev
Log:
Update transformation.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_buffer.html.en

Modified: httpd/httpd/trunk/docs/manual/mod/mod_buffer.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_buffer.html.en?rev=718087&r1=718086&r2=718087&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_buffer.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_buffer.html.en Sun Nov 16 11:32:34 2008
@@ -58,6 +58,14 @@
         AddOutputFilterByType INCLUDES;BUFFER text/html<br />
       </code></p></div>
 
+    <div class="warning">The buffer filters read the request/response into
+        RAM and then repack the request/response into the fewest memory
+        buckets possible, at the cost of CPU time. When the request/response
+        is already efficiently packed, buffering the request/response could
+        cause the request/response to be slower than not using a buffer at
+        all. These filters should be used with care, and only where
+        necessary.</div>
+    
 </div>
 <div id="quickview"><h3 class="directives">Directives</h3>
 <ul id="toc">