Distributed pub-sub in cluster, see #3203

This commit is contained in:
Patrik Nordwall 2013-04-06 16:22:30 +02:00
parent d5a658f433
commit 1d1a6383df
10 changed files with 1039 additions and 4 deletions

View file

@ -269,6 +269,11 @@ events, but there are several corner cases to consider. Therefore, this specific
case is made easily accessible by the :ref:`cluster-singleton` in the contrib module.
You can use it as is, or adjust to fit your specific needs.
Distributed Publish Subscribe Pattern
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
See :ref:`distributed-pub-sub` in the contrib module.
Failure Detector
^^^^^^^^^^^^^^^^

View file

@ -257,6 +257,11 @@ events, but there are several corner cases to consider. Therefore, this specific
case is made easily accessible by the :ref:`cluster-singleton` in the contrib module.
You can use it as is, or adjust to fit your specific needs.
Distributed Publish Subscribe Pattern
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
See :ref:`distributed-pub-sub` in the contrib module.
Failure Detector
^^^^^^^^^^^^^^^^