diff options
author | Graham Leggett <minfrin@apache.org> | 2008-11-16 19:32:34 +0000 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2008-11-16 19:32:34 +0000 |
commit | 49ec47f7218d4a5a37a4d8af79b28d3b22688f4e (patch) | |
tree | f8a733faa81f4590d65dcecb27f0ed88f5b1bfe7 /docs/manual/mod | |
parent | d3b023e835aeafe210ffa036eb84f862deb82dcd (diff) | |
download | httpd-49ec47f7218d4a5a37a4d8af79b28d3b22688f4e.tar.gz |
Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@718087 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/mod_buffer.html.en | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_buffer.html.en b/docs/manual/mod/mod_buffer.html.en index 24e2b3fb21..0bdbbbba1b 100644 --- a/docs/manual/mod/mod_buffer.html.en +++ b/docs/manual/mod/mod_buffer.html.en @@ -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"> |