Newbie node question

Sean Hinde Sean.Hinde@REDACTED
Thu Mar 16 10:55:02 CET 2000


Kiciak,

> First, sorry if it's a stupid question, I'm REALLY a beginner in
> Erlang...

We've all been there

> If I have 2 nodes A and B, and both "know" each other (B is in the
> nodes() of A and vice-versa).
> Is it possible for a node C no connect to A without having B in it's
> nodes() list ?
> I saw there is a disconnect_node function, but I can't find a
> connect_node one...

Normally all nodes in an erlang system are fully meshed, so the act of
connecting node C to either A or B will automatically connect them all
together.

The 'connect' command is net_adm:ping(nodea@REDACTED).

Sean



More information about the erlang-questions mailing list