duancilan5124 2014-05-19 10:59
浏览 127
已采纳

如何在Golang中创建守护进程? [重复]

This question already has an answer here:

Has anyone here written a deamon process in Golang? Can you walk me through how to do that? Useful links are welcome.

</div>
  • 写回答

1条回答 默认 最新

  • dpca4790 2014-05-19 11:12
    关注

    Yes this has been done. See the go-daemon project. Be aware that there are certain problems when the daemonization happens after goroutines are launched. See issue 227 for details.

    At this time I'd recommend to use the utilities your operating system offers you. See this related question for solutions.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?