Supervisor, terminate_child
Zoltan Peter Toth
Zoltan.Toth@REDACTED
Thu Sep 4 16:27:18 CEST 2003
Hi Erlang experts,
I have a question about the supervisor behaviour of OTP:
If I stop a child process of a supervisor instance 'manually', via
supervisor:terminate_child(SupRef, Id)
then is this checked against the restart frequency limit ?
(i.e. does it count as a spontaneous exit, can it cause the supervisor to exit if
done too frequently ?)
Cheers,
Zoltan
More information about the erlang-questions
mailing list