pkg://jakarta-turbine-jcs-1.0-0.20031216dev.3jpp.src.rpm:677601/HEADER
downloads
Name : jakarta-turbine-jcs Relocations: (not relocateable)
Version : 1.0 Vendor: JPackage Project
Release : 0.20031216dev.3jpp Build Date: Fri Jul 2 17:06:26 2004
Install date: (not installed) Build Host: sirius.localdomain
Group : Development/Libraries Source RPM: (none)
Size : 689426 License: Apache Software License
Packager : Ralph Apel <r.apel@r-apel.de>
URL : http://jakarta.apache.org/turbine/jcs/
Summary : Java Caching System
Description :
JCS is a distributed caching system written in java
for server-side java applications. It is intended to
speed up dynamic web applications by providing a means
to manage cached data of various dynamic natures.
Like any caching system, the 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 (rather than across
categories continuously) can improve performance and
scalability by implementing caching. Latency times drop
sharply and bottlenecks move away from the database in
an effectively cached system.