[erlang-questions] Restarting supervision tree
Jesper Louis Andersen
jesper.louis.andersen@REDACTED
Tue Jul 2 12:37:30 CEST 2013
On Mon, Jul 1, 2013 at 11:13 AM, Martin Dimitrov <mrtndimitrov@REDACTED>wrote:
> If I call
> supervisor:terminate_child/2 and then supervisor:restart_child/2 on the
> permanent worker, will this affect the maximum restart frequency?
>
No, it will not affect the maximum restart frequency in this case. The way
I usually figure this out
is by reading the source code of the supervisror module however, and I am
not sure that is the best
way to have it documented. But at least that is one way to figure it out :P
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130702/00e74a0e/attachment.htm>
More information about the erlang-questions
mailing list