nodejs 启动报错
发布于 13 年前 作者 huangqj 6050 次预览 最后一次回复是 13 年前 来自
我从https://github.com/windyrobin/iCluster 下载的代码,在windwos 版0.8.7/0.8.8下运行node master.js 或者 node tcpMaster.js 都报 var b = process.binding(‘signal_wacther’);no such mod ule 错误;而从https://github.com/aleafs/pm 下载整个项目,运行其中的demo中的master.js也报一样的错误,请教各们大神此为什么原因导致(运行环境一样)?
3 回复
应该是报‘signal_wacther’模块没有找到
会不会跟这个问题有关系, 也是 Windows 的问题 https://github.com/joyent/node/pull/2904
谢谢,的确跟这个问题很类似,但是windows 下nodejs解决多核多进进程问题有没有可行的解决方案?