cziegeler    2002/07/02 03:38:35

  Modified:    src/documentation/xdocs performancetips.xml
               src/webapp sitemap.xmap
  Log:
  Removed duplicate entry
  
  Revision  Changes    Path
  1.6       +2 -6      xml-cocoon2/src/documentation/xdocs/performancetips.xml
  
  Index: performancetips.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/performancetips.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- performancetips.xml       25 Apr 2002 05:42:12 -0000      1.5
  +++ performancetips.xml       2 Jul 2002 10:38:35 -0000       1.6
  @@ -13,7 +13,7 @@
    
    <s1 title="Disclaimer">
      <p>The Cocoon Performance Tips in this version is a loose collection of
  -   usesnet articles regarding how to improve the Apache Cocoon performance.</p>
  +   usenet articles regarding how to improve the Apache Cocoon performance.</p>
      <p>As in the real world, it needs some kind of evolution to get better.
      If you have suggestions how to make it better or new kool tips, then be brave and
      send it to the <link href="http://xml.apache.org/cocoon/mail-lists.html";>
  @@ -33,7 +33,7 @@
         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
  -      mod_proxy because is not HTTP/1.1 fully compatible and disables
  +      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
         that Cocoon "read"s from the sitemap are cached (look into the readers
         code to find out more).</li>
  @@ -41,10 +41,6 @@
         <li>Consider prerendering or time-based batch-process the static parts
         of your site. PDF reports, rasterized SVG graphs or things that change
         regularly.</li>
  -
  -      <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</li>
         
         <li>For optimum performance with Tomcat 4 and Cocoon 2, 
         use the HTTP/1.0 connector.</li>
  
  
  
  1.66      +1 -1      xml-cocoon2/src/webapp/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/sitemap.xmap,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- sitemap.xmap      2 Jul 2002 09:13:06 -0000       1.65
  +++ sitemap.xmap      2 Jul 2002 10:38:35 -0000       1.66
  @@ -102,7 +102,7 @@
         <use-request-parameters>false</use-request-parameters>
         <use-browser-capabilities-db>false</use-browser-capabilities-db>
         <use-deli>false</use-deli>
  -      
<transformer-factory>org.apache.xalan.xsltc.trax.TransformerFactoryImpl</transformer-factory>
  +      <!-- 
transformer-factory>org.apache.xalan.xsltc.trax.TransformerFactoryImpl</transformer-factory
 -->
       </map:transformer>
   
       <map:transformer logger="sitemap.transformer.log" name="log" pool-grow="2" 
pool-max="16" pool-min="2" src="org.apache.cocoon.transformation.LogTransformer"/>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to