比较 MMO 的 Now.js 和 Socketstream 可扩展性

发布于 2024-12-15 17:14:07 字数 327 浏览 0 评论 0原文

如果我要构建一个实时 MMO、基于多房间的非持久世界,它提供最佳的垂直可扩展性[主要考虑同一台机器上服务的玩家数量和内存占用]?

SocketstreamNow.js 准备使用新的 Node.js 0.6 集群 模块?

If I am to build a real-time MMO, multi-room based, non-persistent world, which offers the best vertical scalability [consider mainly the number of players served on same machine, and ram footprint]?

Are Socketstream and Now.js ready to use new Node.js 0.6 Cluster module?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

‖放下 2024-12-22 17:14:07

您必须使用 v0.6.x 集群自定义解决方案代码。它是最近才出现的,除了非常基础之外,还没有时间将其纳入任何库中。

我建议您查看 http://learnboost.github.com/cluster/
据我所知,它不适用于 v0.6.x,但根据此问题 https://github.com/LearnBoost/cluster/issues/168
Tj 正在“上”。

You will have to custom code a solution using the v0.6.x clustering. It came out very recently and besides being very basic, has not had time to be baked into any libraries yet.

I would suggest you look at http://learnboost.github.com/cluster/
It won't work with v0.6.x as far as I'm aware, but according to this issue https://github.com/LearnBoost/cluster/issues/168
Tj is "on it".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文