Synchronous replication does NOT block the caller as it is described in the tutorial when running two instances of the same application.We need this functionality to support high availability. When the application is clustered, all instances other than the first instance to acquire the lock on the object ,should wait for the object until it is replicated to all cluster nodes.Is this possible?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878003#3878003 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878003 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
