Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SignalR and load balancing

We have an application that works well with any load balancing scheduling, be in random choice, random DNS or round robin. Now we'r considering using SignalR in our project, and we'r wondering how well SignalR handles these kind of load balancing schemes.

Having not tested anything yet, we'r thinking if SignalR probably works well with in this scenario if the transport uses EventSource or WebSockets, but what if it falls back on long-polling?

Im having a hard time googling more detailed information regarding this topic.

like image 452
MatteS Avatar asked Apr 13 '12 06:04

MatteS


1 Answers

There are a couple of options today. Redis or azure. I am currently using the redis bus implemention with good results.

like image 183
redsquare Avatar answered Sep 24 '22 12:09

redsquare