[erlang-questions] Hierarchy of gen_server
Aaron Feng
aaron.feng@REDACTED
Sat Oct 27 20:05:31 CEST 2007
Is hierarchy of gen_servers a preferred way to design an erlang
application? Or this should be avoided and use a more parallel gen_server
relationship?
In either case, what is the best way for gen_servers communicate with each
other? Should the pid be passed into the gen_server that needs to
communicate the other gen_server, or just use gen_server's registered name?
Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20071027/b30f034d/attachment.htm>
More information about the erlang-questions
mailing list