Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
swarmcache: Cluster-aware Caching for Java
- Summary
- SwarmCache is a simple but effective distributed
cache. It uses IP multicast to efficiently communicate
with any number of hosts on a LAN. It is specifically
designed for use by clustered, database-driven web
applications. Such applications typically have many
more read operations than write operations, which
allows SwarmCache to deliver the greatest performance
gains. SwarmCache uses JavaGroups internally to manage
the membership and communications of its distributed
cache.
Changelog
- * Fri Jul 2 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.0-0.cvs040225.3jpp
-
- Relax some versioned dependencies
- Provide hibernate_in_process_cache and do update-alternatives, prio 40
- * Wed Apr 7 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.0-0.cvs040225.2jpp
-
- _javadir ownership correction thanks to Kaj J. Niemi
- * Sat Feb 28 11:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.0-0.cvs040225.1jpp
-
- First JPackage release