diff options
author | Siri Hansen <[email protected]> | 2016-02-10 11:21:42 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-02-10 11:21:42 +0100 |
commit | 505a69774fe789bbf7c264574f360c683dd0fcc3 (patch) | |
tree | 89358837669643af0dd0d93c4dd995608c3ea11e /lib/stdlib/doc | |
parent | baf313fb8b603bb249ed1c30207ceb47aa52aff9 (diff) | |
parent | 8fba155bdc0b45f0504756d1ea695d9c53a44f80 (diff) | |
download | otp-505a69774fe789bbf7c264574f360c683dd0fcc3.tar.gz otp-505a69774fe789bbf7c264574f360c683dd0fcc3.tar.bz2 otp-505a69774fe789bbf7c264574f360c683dd0fcc3.zip |
Merge branch 'maint'
Conflicts:
lib/stdlib/src/supervisor.erl
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/supervisor.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/supervisor.xml b/lib/stdlib/doc/src/supervisor.xml index 24ff251ce3..815bf4a489 100644 --- a/lib/stdlib/doc/src/supervisor.xml +++ b/lib/stdlib/doc/src/supervisor.xml @@ -543,7 +543,10 @@ </item> <item> <p><c>active</c> - the count of all actively running child processes - managed by this supervisor.</p> + managed by this supervisor. In the case of <c>simple_one_for_one</c> + supervisors, no check is carried out to ensure that each child process + is still alive, though the result provided here is likely to be very + accurate unless the supervisor is heavily overloaded.</p> </item> <item> <p><c>supervisors</c> - the count of all children marked as |