在 Gnu Screen 会话中的服务器上运行长时间运行的进程是否不好?
我有一个长时间运行的进程,当前将输出记录到 stderr,我只是启动它并让它在服务器上的 gnu screen 会话中在服务器上运行,当我注销服务器并在之后重新附加时,我只是将其分离如果我想查看该进程正在做什么,我会登录。
以这种方式运行长时间运行的流程有什么缺点吗?
I have a long running process that currently logs output to stderr, and I'm just starting it up and leaving it running on the server within a gnu screen session on the server, which I just detach when I logout of the server and reattach after I log in, if I want to see what the process is doing.
Are there any drawbacks to running a long-running process this way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
屏幕就是为此而设计的。所以不,这种方式没有真正的缺点。
Screen is designed for this. So no, there are no real drawbacks this way.