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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to