Loading...
Round Robin sends requests equally. Least Connections sends to the server with fewest active requests (better for varying load). Random is simple but less predictable.
0 comments
Sign in to join the discussion