SignalR efficiency and memory efficiency

How many concurrent users can a server with 8GB of memory and 3GHz processor have if they use SignalR to communicate with each other in the same chat?

+3


source to share


1 answer


You should probably use a testing tool like "crank" to see how your particular setup is performing. There are too many variables to give any final answer as stated.

I believe Damian Edwards and David Fowler have tested to get up to 150K plus connections on a single VM, but this is just a stress test and may not provide your answers. As far as I can remember, it was a very modified setting for this.



(linking for reference only) https://docs.microsoft.com/en-us/aspnet/signalr/overview/performance/signalr-connection-density-testing-with-crank

https://github.com/SignalR/SignalR/tree/master/src/Microsoft.AspNet.SignalR.Crank

+2


source







All Articles