SignalR performance

南笙酒味 提交于 2019-12-23 07:50:39

问题


We have a web-based game (SignalR for communication), our workload will be:

  • 5,000 - 20,000 concurrent client with 0.5 - 2 messages/client/second ~= 10-40k messages/secs

with the following server is there any problem handle the load (assume that signalr has 80-90% cpu) ?

  • dual hex-cores L5639 (2.13Ghz)
  • 24G Ram
  • windows server 2012 standard

(with long-polling we can easily do that @ 5-10% cpu)


回答1:


As much as I dont want to write it, "it depends" is very much accurate here. SignalR can scale way beyond your requirements. Damnie Edwards (co-creator of SignalR) has got 150k connections from a single 10GB server though:

https://twitter.com/DamianEdwards/status/486642486350061568



来源:https://stackoverflow.com/questions/25159905/signalr-performance

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!