commit | 898db9d5958a18c48d188d9fcdbd0d8b148386e5 | [log] [tgz] |
---|---|---|
author | willy tarreau <willy@wtap.(none)> | Wed Apr 12 20:29:08 2006 +0200 |
committer | willy tarreau <willy@wtap.(none)> | Sat Apr 15 22:59:58 2006 +0200 |
tree | e5f823044f36389c8bb8ac7ea2caebd7ab159b5e | |
parent | 18a957c325432feb2919a54061cb6b22e984f38b [diff] |
[MEDIUM] now the round-robin load balancer uses two passes to avoid saturated servers. The first avoids servers which have filled with maxconn connections, and a second pass can enforce the selection of one of them if the first pass found no candidate.