在 Ruby on Rails 中停止带有服务器的守护进程
我有一个守护进程,我使用初始化文件与服务器一起启动。 我想在服务器停止后停止这个守护进程,但我不确定在哪里放置服务器停止时运行的脚本。
服务器启动时会自动加载初始化程序。有类似的“destroyers”文件夹吗?当服务器停止时我想运行的代码应该放在哪里?
谢谢!
I have a daemon that I'm starting along with the server using an initializer file.
I want to stop this daemon once the server stops, but I'm not sure where to put a script that would run when the server stops.
Initializers get automatically loaded when the server starts. Is there a similar "destroyers" folder? Where would I put code that I want to run when the server stops?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是您可能感兴趣的链接,http://github.com/costan/daemonz
Here's a link that might be of interest, http://github.com/costan/daemonz