开发者

Is it bad to run a long-running process on a server in a Gnu Screen session?

开发者 https://www.devze.com 2023-02-18 05:49 出处:网络
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 whe

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 do开发者_JAVA百科ing.

Are there any drawbacks to running a long-running process this way?


Screen is designed for this. So no, there are no real drawbacks this way.

0

精彩评论

暂无评论...
验证码 换一张
取 消