Thanks ryandesign. this child_process is just for handling download csv files and then zip them. So the master process will do display csv files data and CRUD with Nosql.
On Sunday, May 25, 2014 3:13:02 AM UTC+8, ryandesign wrote: > > > 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/672bd097-1f1f-48a2-a8ef-26b66a4c8d6b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
