asp.net - Scale out SignalR without Redis for a high-messaging traffic Web app -


in this video on channel9.mmsdn.com signalr, lecturer not recommend using redis applications needs deliver high amount of concurrent messages. suggested other 3 theoratical alternatives without implementation guide. want how can scale out signalr on commudity machines on amazon web services and/or whether there ready open source solution available.

from asp.net:

using backplane, maximum message throughput lower when clients talk directly single server node. that's because backplane forwards every message every node, backplane can become bottleneck.

the lecturer explained in lecture redis can bottleneck. aware of windows serve service bus on windows azure, intend develop project aws. thanks.

depending on kind of traffic using signalr for, might able use redis soution. msdn documentation states solution redis server serious issue online gaming push scenarios or chat applications, should fine.

scaleout in signalr


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -