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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...