Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 30415 invoked from network); 24 Mar 2004 07:48:03 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 24 Mar 2004 07:48:03 -0000 Received: (qmail 45523 invoked by uid 500); 24 Mar 2004 07:47:39 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 45472 invoked by uid 500); 24 Mar 2004 07:47:39 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 45455 invoked by uid 500); 24 Mar 2004 07:47:38 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 45451 invoked from network); 24 Mar 2004 07:47:38 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 24 Mar 2004 07:47:38 -0000 Received: (qmail 30369 invoked by uid 1389); 24 Mar 2004 07:48:01 -0000 Date: 24 Mar 2004 07:48:01 -0000 Message-ID: <20040324074801.30368.qmail@minotaur.apache.org> From: crossley@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/concepts persistence.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 @@ This document explains how the persistent cache under - Cocoon executes. + Cocoon operates.

This document explains how the persistent cache under - Cocoon executes.

+ Cocoon operates.

-

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 +

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.

The aim of the Jisp based 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.

- - ]]> + + + ]]> -

Please refer to cocoon.xconf file how to configure this section.

+

Please refer to cocoon.xconf file for further configuration + explanation.