[jboss-user] [Clustering/JBoss] - Re: Best locking strategy

bstansberry@jboss.com do-not-reply at jboss.com
Thu Dec 11 23:09:17 EST 2008


Correct; entities are not shared on the cluster through a common cache.  There is a cache invalidation framework (CIF), through which messages can be sent around the cluster to invalidate the local caches on each node.

Some of the older versions of the clustering docs actually have better coverage of the CIF than the newer ones. See the Cache Invalidation section of http://docs.jboss.org/jbossas/clustering/JBossClustering7.pdf . In particular, have a look at the "Use Cases" section starting on page 98, where a pattern of having a read-only version of a bean along with a read-write version is described.  Perhaps this will help with your use case.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196129#4196129

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196129



More information about the jboss-user mailing list