[erlang-questions] sending message to more than one node
Dmitry Kolesnikov
dmkolesnikov@REDACTED
Tue Oct 2 16:54:42 CEST 2012
Hi,
rpc:multi_server_call
http://erldocs.com/R14B02/kernel/rpc.html?i=22&search=rpc#multi_server_call/2
- Dmitry
On Oct 2, 2012, at 5:51 PM, Wes James wrote:
> With {process_name, node@REDACTED} ! <<"message">> I can send a message to one node. What if I want to send to more than one node? Do I make a list of nodes and then loop through that list and send a message to each?
>
> Thanks,
>
> wes
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list