G
Gyruss
Dear all,
I've written a front end that kicks off various unix processes. I want to
completely daemonize each process so that even if a user were to kill his
front end, the process would continue to run without interruption. This
isn't too difficult to accomplish, there's even a module that will do it all
for you: Proc:
aemon.
The tricky bit is that I want to be able to capture stdout and stderr from
the script in my front end.
How can I daemonize a process but still capture it's output?
Cheers!
I've written a front end that kicks off various unix processes. I want to
completely daemonize each process so that even if a user were to kill his
front end, the process would continue to run without interruption. This
isn't too difficult to accomplish, there's even a module that will do it all
for you: Proc:
The tricky bit is that I want to be able to capture stdout and stderr from
the script in my front end.
How can I daemonize a process but still capture it's output?
Cheers!