Adding nodes dynamically and global_groups in Erlang

Posted by ZeissS on Stack Overflow See other posts from Stack Overflow or by ZeissS
Published on 2008-10-18T21:49:02Z Indexed on 2010/04/30 4:17 UTC
Read the original article Hit count: 203

Filed under:
|
|
|

Erlang support to partition its nodes into groups using the global_group module. Further, Erlang supports adding nodes on the fly to the node-network. Are these two features usable with each other?
As far as I understand, you have to name every node on startup to use the global groups.

© Stack Overflow or respective owner

Related posts about erlang

Related posts about global-groups