This module provides support for registering, looking
up, and unregistering names in the
Notice that the functions below perform an RPC using an open file descriptor provided by the caller. This file descriptor must not be used for other traffic during the global operation, as the function can then receive unexpected data and fail.
Retrieves a list of all known global names.
On success, the function returns an array of strings, each
containing a single registered name, and sets
It is the caller's responsibility to free the array
afterwards. It has been allocated by the function with a
single call to
Registers a name in
Returns
Unregisters a name from
Returns
Looks up a name in
If
On success, the function returns an Erlang pid containing the address
of the specified name, and the node is initialized to
the node name where