From: Ronnie Sahlberg Date: Sun, 3 Jun 2007 01:48:13 +0000 (+1000) Subject: mention that ctdb offers cross cluster messaging to applications X-Git-Tag: tevent-0.9.20~348^2~2588^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74c6882c368cea272eb7e568f001736a6caf0cc5;p=thirdparty%2Fsamba.git mention that ctdb offers cross cluster messaging to applications (This used to be ctdb commit 7e51fdd07760bba894578d8e07873894340eb981) --- diff --git a/ctdb/web/ctdb.html b/ctdb/web/ctdb.html index f96f492a277..2e90a4d9eff 100644 --- a/ctdb/web/ctdb.html +++ b/ctdb/web/ctdb.html @@ -25,7 +25,9 @@ If an application is already using TDB for temporary data it is very easy to con CTDB is the core component that provides pCIFS with samba3/4.

-CTDB provides HA features such as node monitoring, node failover, and ip takeover. +CTDB provides HA features such as node monitoring, node failover, and ip takeover.

+ +CTDB provides a messaging transport to allow applications linked with CTDB to communicate to other instances of the application running on different nodes in the cluster. Allowing an easy to use mechanism for an application running on one node in the cluster to communicate with an application running on a different node.

Requirements

CTDB relies on that a clustered filesystem is available and shared on all nodes that participate in the CTDB cluster.