[erlang-questions] Adding a non-OTP module to a supervisor
Dave Bryson
daveb@REDACTED
Fri Feb 22 05:44:00 CET 2008
Is it possible to add a non-OTP module to the supervior strategy?
I have a module that doesn't use an OTP behavior (not
gen_server,gen_event, etc...). The module registers a couple of
processes for handling receive... after...timeout events. Can this
module be added as callback module to the supervisor strategy and be
treated as a worker?
Thanks!
Dave
More information about the erlang-questions
mailing list