[erlang-questions] About behavior of OTP's supervisor-worker architecture
Torben Hoffmann
torben.lehoff@REDACTED
Tue Sep 14 08:06:43 CEST 2010
Hi Tushar!
Use OTP for everything!
Add the missing special functionality with plain Erlang.
If common enough make your own behaviour.
I have tried to code without OTP and ended up coding gen_server and gen_fsm
myself.
Cheers,
Torben
On 14 Sep 2010 06:11, "Tushar Deshpande" <tushar.erlang@REDACTED> wrote:
Hi Torben,
I appreciate your help a lot.
I think that I could build a prototype system without
using OTP. As you suggested, I can use pure erlang
processes with one process as a monitor and other
two processes as workers.
Best Regards,
Tushar Deshpande
More information about the erlang-questions
mailing list