Azure Signalr Hosting
Hey!
I am soon going to be deploying a Signalr server, that will be used for live pricing data feed (update every 50-250 ms)
But I have no idea about potential CPU usage to broadcast a message to 1000-5000 clients. What sort of CPU is required to handle 5000 connections?
I was debating whether to use Azure Signalr or to use a powerful dedicated server, but I'm still not sure about using Azure Signalr since if clients go over Azure connection quota, new connections are just refused instead of offloading users over quota to your main server...
Anyone here with production experience willing to explain what has worked for them?
Thank you.