commit | 918ff608f88ed0ccef42337c2bb6b80b9f782f71 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jul 25 16:33:49 2011 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jul 25 16:33:49 2011 +0200 |
tree | 9197769842e72a5c86fc813d77a55db7bbb07935 | |
parent | 26e4881a2d56cb191e5259ea74528a50ea2c098b [diff] |
[MAJOR] proxy: finally get rid of maintain_proxies() This function is finally not needed anymore, as it has been replaced with a per-proxy task that is scheduled when some limits are encountered on incoming connections or when the process is stopping. The savings should be noticeable on configs with a large number of proxies. The most important point is that the rate limiting is now enforced in a clean and solid way.