[jboss-user] [JBoss Cache: Core Edition] - Re: Cluster replication question

manik.surtani@jboss.com do-not-reply at jboss.com
Thu Feb 26 04:31:44 EST 2009


You would need to use synchronous replication for such guarantees.  A call - e.g., cache.put() - will not return until the same call is successfully executed across the cluster.  And if a remote instance is attempting the same thing, it will not complete until the call can be executed across the cluster as well.  As such, both calls will block until one of them times out, causing one of the calls to fail and the other to succeed.

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

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



More information about the jboss-user mailing list