Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
sending message to more than one node
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Wes James  
View profile  
 More options Oct 2 2012, 10:51 am
From: Wes James <compte...@gmail.com>
Date: Tue, 2 Oct 2012 08:51:00 -0600
Subject: [erlang-questions] sending message to more than one node

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

_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dmitry Kolesnikov  
View profile  
 More options Oct 2 2012, 10:54 am
From: Dmitry Kolesnikov <dmkolesni...@gmail.com>
Date: Tue, 2 Oct 2012 17:54:42 +0300
Local: Tues, Oct 2 2012 10:54 am
Subject: Re: [erlang-questions] sending message to more than one node
Hi,

rpc:multi_server_call
http://erldocs.com/R14B02/kernel/rpc.html?i=22&search=rpc#multi_serve...

- Dmitry

On Oct 2, 2012, at 5:51 PM, Wes James wrote:

> 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
> _______________________________________________
> erlang-questions mailing list
> erlang-questi...@erlang.org
> http://erlang.org/mailman/listinfo/erlang-questions

_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Wes James  
View profile  
 More options Oct 2 2012, 10:57 am
From: Wes James <compte...@gmail.com>
Date: Tue, 2 Oct 2012 08:57:27 -0600
Local: Tues, Oct 2 2012 10:57 am
Subject: Re: [erlang-questions] sending message to more than one node

ok thanks, I'll take a look.

Wes

On Tue, Oct 2, 2012 at 8:54 AM, Dmitry Kolesnikov <dmkolesni...@gmail.com>wrote:

_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »