|
Process running in background
Hi,
Say i have a process i want to run in the background on a remote machine. I ssh into the server. I open screen. I run the program and then i detach from screen using Ctrl a + d. I use screen -x to log into it again, and check the status of the process.
This process is a piece of software i have written, and it outputs (echos) certain output. What is the implication of this on the system. I have a script outputting some text inside screen all the time. Will this sort of thing fill up buffers and cause trouble, or is it safe to run it like this echoing out, and when i want to see the output i just do screen -x.
Thanks for any help/suggestions
|