Nodejs可以处理的负载是多少
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这一切都取决于您的应用程序的代码、您到底在其中做什么等。
您可以在此处阅读一篇关于理论 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