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

Allow plugins to act within workers #27

Closed tj closed 13 years ago

tj commented 13 years ago

Currently they work only in the master process, so you cannot check server connections etc. it would be expensive to report such things back, but plugins should still be able to function at the worker level, enabling active connection stats etc

tj commented 13 years ago

Added support for plugins to work within workers. Closed by 4a57c9d121298264884a9acab7fd4c570f137017

not the greatest solution, but still provides a nice api for the end-user