We have an application that works well with any load balancing planning, in random order, random DNS or cyclic. Now we will look at the use of SignalR in our project, and we are interested in how well SignalR handles such load balancing schemes.
Without testing anything, we think that if SignalR probably works well in this scenario, if the transport uses EventSource or WebSockets, but what if it returns to a lengthy poll?
I find it difficult to find more information on this topic.
MatteS
source share