[erlang-questions] How to properly declare a special process in supervisor's child specification?
Sergey S
ad.sergey@REDACTED
Wed Jan 21 23:09:28 CET 2009
Hello.
> You will find in the "Child specifications" section of the "Design
> Principles" chapter that dynamic should only be used when the child is a
> gen_event. When the child is a supervisor, gen_server or gen_fsm, use
> [Module].
OK, I understand. The rule is "for anything other that gen_event
always use [Module]".
--
Sergey
More information about the erlang-questions
mailing list