ei_connect
ei_connect
C library
ei_connect
Library summary
Communicate with distributed Erlang.
Description
This module enables C-programs to communicate with Erlang nodes, using the Erlang distribution over TCP/IP.
A C-node appears to Erlang as a hidden node. That is, Erlang processes that know the name of the C-node can communicate with it in a normal manner, but the node name is not shown in the listing provided by erlang:nodes/0
in ERTS
.
The environment variable ERL_EPMD_PORT
can be used to indicate which logical cluster a C-node belongs to.
Time-Out Functions
Most functions appear in a version with the suffix _tmo
appended to the function name. Those functions take an extra argument, a time-out in millisecond