For my application I need to register "central" service with a global name. I do this using {gobal, server_name} in gen_server:start_link/4<br>Registration goes OK but when I start other node on the same host using different -sname parameter I get an empty list from global:registered_names/0. If I connect to the "main" node with net_adm/ping then I see the desired global name.
<br>I there any way to get this right from the start?<br><br>Regards,<br>Kirill.<br>