[jboss-user] [Clustering/JBoss] - Synchronization block

bartatamas do-not-reply at jboss.com
Wed Oct 31 11:28:23 EDT 2007


Hi!

I need something what acts as a synchronization block in cluster environment.
For example:

try {
         ClusterMutex.lock(id);

         ... // dangerous actions
} finally {
         ClusterMutext.unlock(id);
}

What can I use for it? 
Thanks, Tamas

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

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



More information about the jboss-user mailing list