You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2004/03/24 08:48:01 UTC

cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/concepts persistence.xml

crossley    2004/03/23 23:48:01

  Modified:    src/documentation/xdocs/userdocs/concepts persistence.xml
  Log:
  Sync the cocoon.xconf snippet with reality.
  Other minor text tweaks.
  
  Revision  Changes    Path
  1.6       +11 -10    cocoon-2.1/src/documentation/xdocs/userdocs/concepts/persistence.xml
  
  Index: persistence.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/concepts/persistence.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- persistence.xml	6 Mar 2004 02:25:50 -0000	1.5
  +++ persistence.xml	24 Mar 2004 07:48:01 -0000	1.6
  @@ -24,33 +24,34 @@
       <authors><person name="Gerhard Froehlich" email="g-froehlich@gmx.de"/>
       </authors>
       <abstract>This document explains how the persistent cache under 
  -    Cocoon executes.</abstract>
  +    Cocoon operates.</abstract>
     </header>
     <body>
     <s1 title="Goal">
       <p>This document explains how the persistent cache under 
  -    Cocoon executes.</p>
  +    Cocoon operates.</p>
     </s1>
     <s1 title="Normal filesystem persistence:">
  -  <p>When you configured this opportunity, then the Cocoon objects will be ordinary
  -  serialized to a specified directory. This method is ok when the amount
  -  of objects are less and your OS can handle long filenames. Some Windows OS
  +  <p>When you configure this opportunity, then the Cocoon objects will be ordinarily
  +  serialized to a specified directory. This method is okay for a small number
  +  of objects and if your OS can handle long filenames. Some Windows OS
     have problems when the filenames are very long.</p>
     </s1>  
     <s1 title="Jisp based persistence:">
     <p>The aim of the <link href="http://www.coyotegulch.com/jisp/index.html">Jisp
     based</link> persistence is to provide a more scalable persistence. The objects 
     are stored in an indexed file, which uses a B-Tree alghorithm to store the objects. 
  -  This is a more elegant and fast solution, especially when you have to handle many
  +  This is a more elegant and fast solution, especially when you need to handle many
     objects.</p>
     </s1>
     <s1 title="Configuration:">
     <source><![CDATA[
  - <cache-persistent logger="core.store.persistent">
  -    <!-- Configuratin goes here -->
  - </cache-persistent>]]>
  + <persistent-store logger="core.store.persistent">
  +    <!-- Configuration goes here -->
  + </persistent-store>]]>
     </source> 
  -  <p>Please refer to <code>cocoon.xconf</code> file how to configure this section.</p>
  +  <p>Please refer to <code>cocoon.xconf</code> file for further configuration
  +  explanation.
     </s1>
     </body>
   </document>