PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
   
  Label: cluster+mutex

All content with label cluster+mutex.
Related Labels: heap , failover , coherence-web , proxy , production-environment , listeners , reliability , availability , c-w-archive , service , sessions , failback , performance , optimistic , testing , faq-coherence-web , operating-system , session-cache-config , mbeans , more » ( - cluster , - mutex )

How do I create a cluster-wide named mutex? (Coherence FAQ)
create a clusterwide, named mutex, simply lock a key in a cache with an infinite wait time. Note that a key can be locked even though the key does not actually exist in the cache. This example implements a nonrecursive mutex. String sMutexName = "myNamedMutex ...