Can an Erlang supervisor monitor and restart a C

I'm running an external C service application. I'd like to add a C-node to the application so that I can interface with it from within Erlang. Just wonder if I can put the C-node in the supervisor child spec so that the supervisor can monitor and restart the service if necessary?

链接地址: http://www.djcxy.com/p/38258.html

上一篇: Erlang如何设置自包含的主管树应用程序

下一篇: Erlang管理员可以监控并重新启动C