Sunday, 9 April 2017

NodeJS worker.kill vs process.exit

When using Node.js's cluster feature, what is the difference between ending a forked process with process.exit() and worker.kill(), and when should I use each?



via d-_-b

No comments:

Post a Comment