SignalR and NServiceBus in a WebFarm

拈花ヽ惹草 提交于 2019-12-03 20:19:34

Allow me to refer you to Roy Cornelissen's great blog post on this very topic:

http://roycornelissen.wordpress.com/2013/03/11/an-nservicebus-backplane-for-signalr/

Yes,

What you need to do is configure a scaleout-backplane for signalr so that messages can propagate between the nodes back to the user.

Here is a document that describes how to do it: http://www.asp.net/signalr/overview/performance-and-scaling/scaleout-with-windows-azure-service-bus

PS: there are other scaleout options besides the one used in this document, it's up to you.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!