On May 24, 2014, at 3:45 AM, Liu Wei wrote:

> I use Node.js version 0.10.28
> 
>       * I want to just kill child process, and keep master process. But when 
> I run process.exit(0); in child.js. then the master process also has been 
> killed. How should I handle this?

The master process will exit when there is nothing left for it to do.

What else would you like the master process to do after you kill the child 
process?


-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/804BF817-4EBA-49C2-A531-25D9DB4982A9%40ryandesign.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to