Are you sure? I do not use any signal trapping for clean up yet when I terminate a main process all the child processes go with it.
On May 25, 2010 2:47 AM, <r...@tinyclouds.org> wrote:
On Mon, May 24, 2010 at 11:29 PM, Jonathan 'Wolf' Rentzsch
<n...@redshed.net> wrote:
> Hi all,
>
> I'...
I don't think your child processes will die if the server is terminated.
--
You received this message because you are subscribed to the Google Groups "nodejs" group.
To po...
How does the "disown" command do it? I'd like to be able to log into
a machine, start a node program running (as a child process or
whatever), and then log out, and have it keep going.
Yep. Or background it and then disown. If that's *all* you wanted to
do, that'd be great.
But what I actually want is to see what creative things people end up
doing when they have access to this functionality in JavaScript. How
would you go about writing a nohup clone as a node program? What
other interesting things could be done with a long-lived background
process?
--i
But what I actually want is to see what creative things people end up
doing when they have access to this functionality in JavaScript. How
would you go about writing a nohup clone as a node program? What
other interesting things could be done with a long-lived background
process?