Skip to content

Commit 78c68be

Browse files
authored
Update 17/umbraco-cms/fundamentals/setup/server-setup/load-balancing/signalR-in-backoffice-load-balanced-environment.md
1 parent 41bf3c5 commit 78c68be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17/umbraco-cms/fundamentals/setup/server-setup/load-balancing/signalR-in-backoffice-load-balanced-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Umbraco uses SignalR to abstract away these types of communication. This also al
66
A SignalR backplane is akin to a load balancer for direct client-to-server web traffic. It keeps track of which client is connected to which server. So that when a client sends a message, it arrives at the right server. It also allows any connected server to send a message to all clients, even those that are not directly connected to it.
77

88
## Choosing the right backplane
9-
Choosing the right backplane comes down to a few things
9+
Choosing the right backplane comes down to a few factors:
1010
- Message throughput
1111
- Cost
1212
- What infrastructure you already have in place

0 commit comments

Comments
 (0)