is it possible to synchronize the states of TCP proxies in real time (for real-high-availability of SLB)?
- by Song
Consider that there are two server load balancers working in the tcp proxy mode (e.g., for L7 load balancing). Is it possible to synchronize their states in real time so that they can be a backup for each other? in case that one is down, the other still has all necessary states to uninterruptedly support all existing TCP connections.
I understand that this is hard, but I am wondering whether any free/commercial LB already supports this feature.
Thank you!