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.
There are a couple of options today. Redis or azure. I am currently using the redis bus implemention with good results.
链接地址: http://www.djcxy.com/p/10666.html上一篇: 关于更新我的node.js游戏的问题
下一篇: SignalR和负载平衡