Signalr backplane oracle

这一生的挚爱 提交于 2019-12-07 07:05:36

问题


Is it possible to setup a signalr backplane based on an oracle database?

We have 2 servers which have a signalr hub. Clients can be connected to server A or to server B. When we send a message through the hub on server A we also want that the users on server B get that message. We don't use azure since it's a internal company site. No sql server or redis as well.

Thanks.


回答1:


Currently SignalR supports scale out by backplane only on , 1. Azure Service Bus 2. Redis 3. SQL Server

see here : http://www.asp.net/signalr/overview/performance/scaleout-in-signalr

Edit : SignalR source code is hosted on Git https://github.com/SignalR/SignalR you can implement your own backplane to use Oracle DB




回答2:


Some one has written an Oracle backplane. https://github.com/sdl/SignalR-OracleMessageBus



来源:https://stackoverflow.com/questions/34767218/signalr-backplane-oracle

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