zoukankan      html  css  js  c++  java
  • supervisor:How is this different from daemontools ?

    "daemontools has too much focus on security as opposed to being a process manager for my taste." Hopefully someone will know more.

    The means of process management is exactly like daemontools. It just wraps it up a bit differently. It gives you a more interactive way of managing the processes (supervisorctl), and provides a couple different kinds of APIs to manage the processes. It also handles multiple processes at once (which I guess launchd also does, but daemontools doesn't). It has some other features as well. You can also do things like give non-root users access to restart processes, and there's a web interface to see the status of processes, and supervisor can manage and rotate output, and other stuff.

    If you like the model of daemontools, but don't like the interface so much, then supervisor would be good to look at. If you like daemontools, but want to extend the process management programmatically, then supervisor might also be good to look at.

  • 相关阅读:
    jQuery 2.0.3 源码分析 回调对象
    JQuery+JQuery ui实现的弹出窗口+遮罩层+拖动+更改大小~!
    2019.8.25 小结
    2019.8.23 小结
    宜中食堂游记
    2019.8.21小结
    2019.8.22小结
    2019.8.19小结
    题解 CF499A 【Watching a movie】
    2019.8.18小结
  • 原文地址:https://www.cnblogs.com/felixzh/p/6103290.html
Copyright © 2011-2022 走看看