[erlang-questions] sending message to more than one node
43 views
Skip to first unread message
Wes James
unread,
Oct 2, 2012, 10:51:00 AM10/2/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to erlang-q...@erlang.org
With {process_name, node@host} ! <<"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
Dmitry Kolesnikov
unread,
Oct 2, 2012, 10:54:42 AM10/2/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message