[erlang-questions] remote service discovery?

Hynek Vychodil vychodil.hynek@REDACTED
Wed May 6 19:24:34 CEST 2015


[ {Node, rpc:call(Node, erlang, registered, [])} || Node <- nodes() ]

On Wed, May 6, 2015 at 1:43 PM, Ben Hsu <benhsu@REDACTED> wrote:

> a list of all the registered processes on the remote node?
>
> On Wed, May 6, 2015 at 7:32 AM, Roger Lipscombe <roger@REDACTED>
> wrote:
>
>> Define "services"...?
>>
>> On 5 May 2015 at 02:41, Ben Hsu <benhsu@REDACTED> wrote:
>> > Hello Erlangers
>> >
>> > I'm curious, is there a way to ask a remote erlang node what services it
>> > provides? either in core Erlang or OTP?
>> >
>> > _______________________________________________
>> > erlang-questions mailing list
>> > erlang-questions@REDACTED
>> > http://erlang.org/mailman/listinfo/erlang-questions
>> >
>>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150506/83795a28/attachment.htm>


More information about the erlang-questions mailing list