[erlang-questions] Finding node PID

Motiejus Jakštys desired.mta@REDACTED
Mon May 6 20:11:38 CEST 2013


On Mon, May 6, 2013 at 9:05 PM, Lee Sylvester <lee.sylvester@REDACTED> wrote:
> Hey guys,
>
> So, I'm hoping to integrate CloudI into my development.  Starting CloudI involves starting it as a service.  I need to get my existing Erlang apps linked to the CloudI node so I can send messages to it, but I can't get the CloudI node address.  Since CloudI is started as a service, it doesn't give it to me.  Is there a way to find all running Erlang nodes on the current machine?  Or, perhaps, a way to start CloudI and specify a node name?

`epmd -names` will give you locally running nodes in distributed mode
(that is, having a node name).

-- 
Motiejus Jakštys



More information about the erlang-questions mailing list