问题
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