Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
jakarta-turbine-jcs: Java Caching System
- Summary
- 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.
Changelog
- * Fri Oct 28 12:00:00 2005 Ralph Apel <r.apel at r-apel.de> - 0:1.2.6.5-0.20050611dev.1jpp
-
- Upgrade to 1.2.6.5
- One test in TestUDPDiscovery failing
- * Mon Aug 23 12:00:00 2004 Randy Watler <rwatler at finali.com> - 0:1.0-0.20031216dev.4jpp
-
- Rebuild with ant-1.6.2
- * Fri Jul 2 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.0-0.20031216dev.3jpp
-
- Relax some versioned dependencies
- provide hibernate_in_process_cache and update-alternatives, prio 10