[erlang-questions] Can Erlang supervise a c node

Robert Raschke rtrlists@REDACTED
Thu Mar 28 13:02:44 CET 2019


Hi Albin,

if you are starting the C node from the Erlang side, you can wrap the
starting and monitoring of the C node in a tiny gen_server and in turn have
that in a normal supervision tree.

Cheers,
Robby



On Thu, 28 Mar 2019 08:27 Albin Stigö, <albin.stigo@REDACTED> 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
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20190328/7728b798/attachment.htm>


More information about the erlang-questions mailing list