[erlang-questions] How does running nodes() on host knows about all connected nodes?
Jon Schneider
jon@REDACTED
Mon Jan 19 18:14:47 CET 2015
This is what erl does unless you start it with
-connect_all false
It is documented.
Jon
>
> (minion3@REDACTED)2> nodes().
>
> ['gru@REDACTED','minion2@REDACTED',
>
> 'minion1@REDACTED']
>
> (minion3@REDACTED)3>
>
>
>
> How does this process work? What's going on behind the scenes?
>
> Thanks
> + Harit
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
More information about the erlang-questions
mailing list