[erlang-questions] Can Erlang supervise a c node
Fred Youhanaie
fly@REDACTED
Thu Mar 28 10:09:53 CET 2019
A c-node is an external OS process, so perhaps erlexec may help:
https://hex.pm/packages/erlexec
Cheers,
Fred
On 28/03/2019 07:27, Albin Stigö wrote:
> I have a c node (written in golang) that I've written to interface with a particular library.
>
> I know how to monitor it, but I'm interested to know if there's some "off the shelf" Erlang API for supervising/restarting it or if I have to implement it myself.
>
>
> --Albin
More information about the erlang-questions
mailing list