[Opensymphony-oscache] Clustering sync problem with JGroups

Handerson Ferreira Gomes <[email protected]> Thu, 04 Aug 2005 13:09:31 CDT
Newsgroups gmane.comp.java.open-symphony.os-cache
Message-ID <14797161.1123179001191.JavaMail.os-j2ee@opensymphony01.contegix.com>
Andre,

the OSCache is based on distributed cache invalidation.
From the wiki:
"Caches across a cluster only broadcast messages when flush events
occur. This means that the content of the caches are built up
independently on each server, but whenever content becomes stale on
one server it is made stale on them all. This provides a very high
performing solution since we never have to pass cached objects around
the cluster. And since there is no central server that is in charge of
the cluster, the clustering is very robust."

Maybe what you want could be done with JBoss Cache:
http://www.jboss.org/products/jbosscache

--
Handerson Gomes

---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=5098&messageID=12143#12143