Get cluster2 on the road
AndreasMadsen opened this issue · 4 comments
In version 0.6.x there will be a native cluster module, with almost the same purpose as the current cluster module from LearnBoost.
This module should be ready to the native cluster module, the documentation can be found at:
https://github.com/joyent/node/blob/master/doc/api/cluster.markdown
Update:
After looking intro this is shows up that the native cluster simply isn't sophisticated enought to support easy vhost setup.
I will make a total rewrite of the native cluster module and make a pull request to node.js
So ryan tells me that my pull request is great, but should be splited up intro pieces.
Now we are at step 4, and things are beginning to clear up there is still a long way to go before the cluster2 module will be in place but I will begin to rewrite this module now :)
People can follow the total progress on: nodejs/node-v0.x-archive#2038
Node v0.7.0
have now been released, it contain step 4, which is properly the only requirement for this glue module to work.
Also we are almost ready to land step 5 :)
So there is still a lot of cluster2 work to do, but it no longer blocks this module.