Wiki source code of Clustering
Version 1.1 by Thomas Mortagne on 2009/09/01
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Clustering = | ||
2 | |||
3 | XWiki provide easy way to setup clustered instances of XWiki based on network events distribution. | ||
4 | |||
5 | == Features == | ||
6 | |||
7 | * events synchronization between XWiki instances | ||
8 | * multiple clustering channels | ||
9 | * possibility to start stop clustering channel at runtime | ||
10 | |||
11 | == Event distribution == | ||
12 | |||
13 | See [[code:Modules.RemoteObservationModule]] for more details of event distribution features and extension capabilities. |