|
|
|
|
|
by dorfsmay
3397 days ago
|
|
Looks like a load issue, a single server can only take care of so many conn, auth, etc... So having several solves the problem and can scale horizontally easily, but each edge maintains conn information, so a given user needs to be routed to that same server every time. On the other hand, all LBs share a single address and all should be replaceable by each other, they exist purely to route the user to the right edge server (existing conn or least busy). Question to OP: do you run your edge servers in pairs or some kind of cluster? |
|
The edge servers are not clustered and share no state. We require at least 2 servers as minimum for fault tolerance.