繁体   English   中英

Node.js的Cluster模块和Learnboost的Cluster模块之间有什么区别?

[英]What's the difference between Node.js' Cluster module and Learnboost's Cluster module?

Node.js本身有一个名为Cluster的核心模块(参考: http ://nodejs.org/docs/v0.8.3/api/cluster.html),并且Learnboost发布了一个名为Cluster的模块(参考: http:/ /learnboost.github.com/cluster/ https://github.com/LearnBoost/cluster )。

这两者如何比较? 它们是否相关?

Nick Hagianis alredy说,node.js的集群模块暂时被删除了。 据我所知,LearnBoost集群模块不再是主动开发的。 LearnBoost模块的问题列表很长。

LearnBoost模块具有内部模块不提供的零停机重启功能。 但我不确定它是否仍适用于当前(0.8.x)版本的节点。 如果您需要类似功能,可以查看Forever工具。

现在, 群集模块已重新添加到核心模块集中。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM