Nodejs可以处理的负载是多少

发布于 2024-12-23 03:53:07 字数 283 浏览 1 评论 0原文

我正在使用 Node.js 构建一个应用程序,它可以与连接到服务器的所有客户端进行实时同步。我使用 nowjs 来使我的代码部分更容易。

我计划在一次有 2000 名参与者的活动中托管此应用程序。如果所有参与者同时使用此应用程序,节点是否能够处理在服务器上运行的应用程序 - Core2Duo、4G 内存、2M l2 缓存......

服务器正常运行时间 - 大约 5 天

另外,它可以承受的最大负载是多少拿。如果10000个用户同时访问服务器会发生什么? (注意:客户端执行的每个事件都会发生实时同步)

I'm building an app with nodejs, that makes live sync with all clients that connect to the server. I use nowjs to make my code part easier.

I'm planning it to host this app in an event, say 2000 participants. Will node be able to handle the app running on a server - Core2Duo, 4G ram, 2M l2 cache, if all the participants are using this app simultaneously....

Server uptime - roughly 5 days

Also what is the maximum load that it can take. What will happen if 10000 users simultaneously hit the server?. (Note: Live Sync is happeninig for every event the client performs)

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

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

发布评论

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

评论(1

望她远 2024-12-30 03:53:07

这一切都取决于您的应用程序的代码、您到底在其中做什么等。

您可以在此处阅读一篇关于理论 Node.js 实时性能的好文章:http://blog.3rd-eden.com/post/5809079469/theoretical-节点js实时性能

This all depends on your application's code, what exactly are you doing in it etc.

There is a nice article where you can read about Theoretical Node.js Real time Performance here: http://blog.3rd-eden.com/post/5809079469/theoretical-node-js-real-time-performance

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