diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-08-08 16:37:44 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-08-08 16:37:44 +0100 |
| commit | e15c6d91696f4935c572bbea953dd5c7e8ae74c9 (patch) | |
| tree | 512964eb50a0c7d7ae23b052519a386f3ef0f73f /src | |
| parent | fa4ba6adf48faa8363b5c8673aaa84069b4381e0 (diff) | |
| download | rabbitmq-server-git-e15c6d91696f4935c572bbea953dd5c7e8ae74c9.tar.gz | |
Explain cardinality relationship between modules and process groups.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mirrored_supervisor.erl | 4 |
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 %% ---------- |
