MMBase2 Clustering
The clustering libraries allow you to run MMBase in a clustered
environment: where multiple MMBase machines serve content from a
shared database. In order to keep these machiens in sync (for
instance when an object changes on one machine and the other
machines needs to flush it's cache), this code must be activated.
This component provides several different implementations for
communication between machines, including one which depends on the
'jgroups' software.
API doc
Maven dependency
<dependency>
<groupId>org.mmbase</groupid>
<artifactId>mmbase-clustering</artifactId>
<version>2.0-SNAPSHOT</version>
<type>war</type>
</dependency>