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

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

Cluster Services Overview (Coherence 3.4 User Guide)
Coherence functionality is based on the concept of cluster services. Each cluster node can participate in (which implies both the ability to provide and to consume) any number of named services. These named services may already exist, which is to say that they may already ...
How do I prevent cluster-replication of certain session attributes? (Coherence FAQ)
Disabling clustering for session attributes presumes the presence of a sticky load balancer (as the nonclustered attributes will be visible only to requests executing locally within that JVM). # Implement the interface {{HttpSessionCollection.SessionDistributionController}} (in package {{com.tangosol.coherence.servlet}}, in the {{coherenceweb.jar}} found in {{webInstaller.jar}}). The specific method of interest is {{isSessionAttributeDistributed ...