0 Replies Latest reply on Oct 31, 2007 11:27 AM by bartatamas

    Synchronization block

    bartatamas

      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