crossley 2004/07/03 23:27:35
Modified: src/documentation/xdocs performancetips.xml Log: Fixed the mod_proxy comments as per Stuart and Pier notes at http://wiki.apache.org/cocoon/ApacheModProxy Revision Changes Path 1.9 +3 -2 cocoon-2.1/src/documentation/xdocs/performancetips.xml Index: performancetips.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/performancetips.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- performancetips.xml 8 May 2004 08:57:52 -0000 1.8 +++ performancetips.xml 4 Jul 2004 06:27:35 -0000 1.9 @@ -47,9 +47,10 @@ <li>Use a transparent proxy in front of your web server! The fastest response is the one that is not even processed. Cocoon is very slow (compared to a proxy server) to read resources such as stylesheets and - images. A transparent proxy (SQUID, for example, don't use Apache's + images. A transparent proxy (SQUID, for example, don't use Apache 1.3 mod_proxy because it is not fully compatible with HTTP/1.1 and disables - connection keep-alive). Make sure you tune how long the static resources + connection keep-alive - Apache 2 mod_proxy is fine). + Make sure you tune how long the static resources that Cocoon "read"s from the sitemap are cached (look into the readers code to find out more).</li>
