Return-Path: Delivered-To: apmail-jakarta-turbine-jcs-dev-archive@www.apache.org Received: (qmail 69907 invoked from network); 9 Mar 2005 05:37:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Mar 2005 05:37:27 -0000 Received: (qmail 63375 invoked by uid 500); 9 Mar 2005 05:37:27 -0000 Delivered-To: apmail-jakarta-turbine-jcs-dev-archive@jakarta.apache.org Received: (qmail 63342 invoked by uid 500); 9 Mar 2005 05:37:26 -0000 Mailing-List: contact turbine-jcs-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Turbine JCS Developers List" Reply-To: "Turbine JCS Developers List" Delivered-To: mailing list turbine-jcs-dev@jakarta.apache.org Received: (qmail 63329 invoked by uid 500); 9 Mar 2005 05:37:26 -0000 Received: (qmail 63322 invoked by uid 99); 9 Mar 2005 05:37:26 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 08 Mar 2005 21:37:24 -0800 Received: (qmail 69883 invoked by uid 1422); 9 Mar 2005 05:37:23 -0000 Date: 9 Mar 2005 05:37:23 -0000 Message-ID: <20050309053723.69882.qmail@minotaur.apache.org> From: asmuts@apache.org To: jakarta-turbine-jcs-cvs@apache.org Subject: cvs commit: jakarta-turbine-jcs/xdocs Downloads.xml navigation.xml IndexedDiskAuxCache.xml index.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N asmuts 2005/03/08 21:37:23 Modified: xdocs navigation.xml IndexedDiskAuxCache.xml index.xml Added: xdocs Downloads.xml Log: Updated docs and site layout. Added a downloads page and fixed a few typos. I'm having some problems with the site gen. The Downloads.html is getting generated with a lowercase d. I had to manually change the name. If I can't figure it out, I'll change the link in the navigation.xml to point to a lowercase d. Revision Changes Path 1.8 +8 -2 jakarta-turbine-jcs/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-jcs/xdocs/navigation.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- navigation.xml 4 Mar 2005 06:00:21 -0000 1.7 +++ navigation.xml 9 Mar 2005 05:37:22 -0000 1.8 @@ -1,13 +1,17 @@ - + JCS - + + + + + @@ -17,5 +21,7 @@ + + 1.5 +2 -2 jakarta-turbine-jcs/xdocs/IndexedDiskAuxCache.xml Index: IndexedDiskAuxCache.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-jcs/xdocs/IndexedDiskAuxCache.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- IndexedDiskAuxCache.xml 12 Jan 2005 01:22:35 -0000 1.4 +++ IndexedDiskAuxCache.xml 9 Mar 2005 05:37:22 -0000 1.5 @@ -46,10 +46,10 @@ Writing to the disk cache is asynchronous and made efficient by using a memory staging area called purgatory. Retrievals check purgatory then disk for an item. When items are sent to purgatory they are simultaneously - queued to be put to disk. If an item is retrieved form purgatory it will no + queued to be put to disk. If an item is retrieved from purgatory it will no longer be written to disk, since the cache hub will move it back to memory. Using purgatory insures that there is no wait for disk writes, unecessary - disk writes are avoided for boarderline items, and the items are always + disk writes are avoided for borderline items, and the items are always available.

1.4 +2 -2 jakarta-turbine-jcs/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-jcs/xdocs/index.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.xml 28 Jan 2005 04:52:50 -0000 1.3 +++ index.xml 9 Mar 2005 05:37:22 -0000 1.4 @@ -4,7 +4,7 @@ Java Caching System Pete Kazmier - Aaron Smuts + Aaron Smuts @@ -17,7 +17,7 @@ JCS is most useful for high read, low put applications. Dynamic content and reporting systems can benefit most. However, any site that repeatedly constructs pages, dropdowns, or common - search results form a database that is updated at intervals + search results from a database that is updated at intervals (rather than across categories continuously) can improve performance and scalability by implementing caching. Latency times drop sharply and bottlenecks move away from the database 1.1 jakarta-turbine-jcs/xdocs/Downloads.xml Index: Downloads.xml =================================================================== Downloads Aaron Smuts

We will be offering a release via the standard Jakarta download page very soon.

For now, you can find versioned binary releases of JCS in the tempbuild directory of the repository. HERE

The core JCS jar is compiled using JDK 1.3.

--------------------------------------------------------------------- To unsubscribe, e-mail: turbine-jcs-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: turbine-jcs-dev-help@jakarta.apache.org