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

process.binding('net') #163

Closed oleics closed 12 years ago

oleics commented 12 years ago

Hello

process.binding('net') was removed. https://github.com/joyent/node/wiki/API-changes-between-v0.4-and-v0.6

And maybe there are other issues with cluster on the official native windows build.

Thank you

tj commented 12 years ago

yup, there will be many issues with 0.6.x

lonevan commented 12 years ago

have the same problem

os: ubuntu 11.10 node : 0.6.6 cluster: 0.7.7

how to fix it?

mjp0 commented 12 years ago

I'm having this problem too.

os: OSX 10.7 node: v0.7.10-pre cluster: 0.7.7

Any solutions yet?

oleics commented 12 years ago

Use the cluster module that comes with node.js: http://nodejs.org/dist/v0.7.9/docs/api/cluster.html

kurteknikk commented 11 years ago

Does this mean that this project is closed ? If yes, can somebody update the wiki page for the project to make it clear for 'potential new users' ?

majamusan commented 9 years ago

yeah i am having this same problem with v0.10.30