LearnBoost / cluster

Node.JS multi-core server manager with plugins support.
http://learnboost.github.com/cluster
MIT License
2.29k stars 159 forks source link

Add ability to reload workers only #122

Closed tj closed 13 years ago

tj commented 13 years ago

to maintain a constant PID. the reason for what we currently do is to reload config or anything else in the initial master process, however some programs cannot cope with the pid changing. The process to do this is simple:

tj commented 13 years ago

added

lackac commented 13 years ago

:+1: