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

Maintain worker count #28

Closed tj closed 13 years ago

tj commented 13 years ago

currently if you SIGKILL a worker, master is not reported, and ha no way of knowing it lost a worker. Again we need the null signal support in the upcoming node 0.4.1 to allow the worker count to be maintained, until then, we have to rely on the workers contacting master when they die

tj commented 13 years ago

Added; maintaining worker count. Closed by 29aaee7b8de459d0dbead155fbfa24471bba71c8

turns out with 0.2.x and 0.4.x you can check the child process pid