On Fri, Aug 15, 2014 at 9:35 AM, Jimb Esser <[email protected]> wrote: > Hmm, on my OSX machine, it seems the behavior is roughly the same as I > recall from Windows - hitting Ctrl+C delivers SIGINT to all of the > processes, not just the master, so the cluster children are exiting > immediately because of that.
Sounds like the shell is delivering SIGINT to the forground process group. If you `kill -INT` the master process from another terminal, the behaviour will be different from ctrl-C in terminal. -- 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/CACmrRmQ%2B7ZLaz1oXjKNdEZcEyRrFhXC_NWBAomuPyf89v%3D--vw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
