|
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
,
replication
, local
, mutext
, hardware
, manageability
, faq-code-examples
, security
, events
, best-practices
, session-management
, servletcontext
, backing-map
, core-concept
, scalability
, network
, serviceability
, httpsessioncontext
, death-detection
, invocation
, example
, multicast
, faq-config
, member
, glossary
, federation
, distributed
, update-after-forums-move
, singleton
, load-balancing
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 ...
|
|
|