I know that monitoring a "process" on a C Node is not supported, but if I try to call link for a pid originating from a C Node on an Erlang node, my C Node first gets an ERL_LINK
message and then few moments later an ERL_EXIT
message since obviously the linked Erlang process crashed.
Probably since my C Node did not respond to the ERL_LINK
and Erlang determined that my C Node "process" has died.
I would like to know if this is supported at all? And how does the C Node need to handle the ERL_LINK
message in order to make this work.