loadbalancer questions
If I can how is the best way to have MySQL setup? Separate MySQL server?
1 Reply
caker
Linode Staff
Long answer: A NodeBalancer in facility A and a backend in facility B would cause incoming requests to go to A, then B, then the response would come from B back to A, and then from A back to the client's browser (or whatever). Very suboptimal.
-Chris