Hi All,
We have recently started using the Galera Cluster for MySQL which works really well as either a single or a multi-master cluster with semi-synchronous replication. See
http://galeracluster.com/ for more information.
The nice thing about the Galera Cluster is that the cluster and replication management functionality has been abstracted and extracted into a component (actually an .so file) called the WSREP provider. The latter provides hooks that can be integrated into your DB. I was thinking that this could be a very nice solution for providing a cluster solution for BaseX.
So my question is whether anybody out there has done this already for BaseX, or may have plans for doing this.
Thanks
Jaco