[erlang-questions] sending of messages to several childs
Torben Hoffmann
torben.lehoff@REDACTED
Thu Jul 2 15:09:52 CEST 2009
Hi John.
There is no built in operator for that, bou could look at:
global_group <http://www.erlang.org/doc/man/global_group.html>
pg2 <http://www.erlang.org/doc/man/pg2.html>
pg <http://www.erlang.org/doc/man/pg.html>
Either way you have to do some book keeping or leg work to make it happen.
Cheers,
Torben
On Thu, Jul 2, 2009 at 14:02, info <info@REDACTED> wrote:
> Hi all,
>
> Is it possible for a "father process" to send the same message to all
> spawned childs ?
> What is the syntax / or reference ?
> Thank's
>
> John
>
--
http://www.linkedin.com/in/torbenhoffmann
More information about the erlang-questions
mailing list