SignalR scaleout in Azure for high frequency scenario

痴心易碎 提交于 2019-12-07 21:12:49

问题


From my reading on SignalR scaleout in Azure, the recommended way is to use Azure ServiceBus as a backplane. But in the same time there is limitation on using backplane for high frequency messaging.

In terms of Limitation chapter in Scaleout in SignalR, I would characterize my app as something between chat and real-time game. Any tips how to implement SignalR scaleout (in Azure) for this?


回答1:


You can set the # of topics (queues) that you use to increase throughput and scale up



来源:https://stackoverflow.com/questions/18150865/signalr-scaleout-in-azure-for-high-frequency-scenario

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