[erlang-questions] How to send a message to all nodes without UDP broadcast?
Evans, Matthew
mevans@REDACTED
Tue Mar 9 00:47:31 CET 2010
Would pg help?
http://www.erlang.org/doc/man/pg.html
You would need to have your processes subscribe to the group, but it should work for you.
-----Original Message-----
From: erlang-questions@REDACTED [mailto:erlang-questions@REDACTED] On Behalf Of ???
Sent: Monday, March 08, 2010 6:31 PM
To: erlang-questions@REDACTED
Subject: [erlang-questions] How to send a message to all nodes without UDP broadcast?
Hi, this may be a simple question, but I am newer and did not find the
answer in book. I want to send a message to all nodes(using same cookie) in
one call, but not using the UDP broadcast. How can I do this ? Can someone
take one minute to answer me ? thanks!
More information about the erlang-questions
mailing list