我得到了自己的 nodejs 的 always 模块。现在,当我使用“always server.js”运行我的服务器时,它会运行并重新启动,但是在重新启动大约 10 次之后它就不再重新启动它了。的进程总是存在,但服务器本身的进程由于没有重新启动而不再存在。为什么?
问问题
196 次
1 回答
0
我一直在使用 nodemon,在 ubuntu 上没有任何重大问题。其他一些用于监视/重新启动的替代方案包括:
新贵(ubuntu):http ://upstart.ubuntu.com/
监控:http : //mmoni.com/monit/
守护进程:http: //cr.yp.to/daemontools.html
启动工具: http ://people.debian.org/~enrico/launchtool.html
希望这可以帮助。
于 2012-06-18T00:55:16.127 回答