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
- * Sun Sep 5 00:00:00 2004 Fernando Nasser <fnasser{%}redhat{*}com> - 0:1.0-0.cvs040225.5jpp
-
- Rebuild with Ant 1.6.2
- * Sat Aug 7 00:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.0-0.cvs040225.4jpp
-
- Upgrade to ant-1.6.X
- * Sat Jul 3 00: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