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
- * Mon Jan 16 23:00:00 2006 Fernando Nasser <fnasser{%}redhat{*}com> - 0:1.0-0.cvs040225.7jpp
-
- Require jgroups, not javagroups (deprecated name)
- * Thu Jan 5 23:00:00 2006 Fernando Nasser <fnasser{%}redhat{*}com> - 0:1.0-0.cvs040225.6jpp
-
- First JPP 1.7 build
- * Sun Sep 5 00:00:00 2004 Fernando Nasser <fnasser{%}redhat{*}com> - 0:1.0-0.cvs040225.5jpp
-
- Rebuild with Ant 1.6.2