summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-08-08 16:37:44 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-08-08 16:37:44 +0100
commite15c6d91696f4935c572bbea953dd5c7e8ae74c9 (patch)
tree512964eb50a0c7d7ae23b052519a386f3ef0f73f /src
parentfa4ba6adf48faa8363b5c8673aaa84069b4381e0 (diff)
downloadrabbitmq-server-git-e15c6d91696f4935c572bbea953dd5c7e8ae74c9.tar.gz
Explain cardinality relationship between modules and process groups.
Diffstat (limited to 'src')
-rw-r--r--src/mirrored_supervisor.erl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mirrored_supervisor.erl b/src/mirrored_supervisor.erl
index 7b5c363a45..5d4e195bb3 100644
--- a/src/mirrored_supervisor.erl
+++ b/src/mirrored_supervisor.erl
@@ -30,6 +30,10 @@
%% * If one supervisor fails, children may migrate to surviving
%% supervisors within the group.
%%
+%% In almost all cases you will want to use the module name for the
+%% process group. Using multiple process groups with the same module
+%% name is supported. Having multiple module names for the same
+%% process group will lead to undefined behaviour.
%%
%% Motivation
%% ----------