commit | 81c25d0ee62fa93ea7a72bdf3d163b0604476065 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 07 15:17:21 2011 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 07 22:47:42 2011 +0200 |
tree | 419c97a8378571a0b4273f58be282ef5adcd3e2a | |
parent | 91886b692a743a63c3f25aca65bac3f2dc7c38bd [diff] |
[MEDIUM] add support for global.maxconnrate to limit the per-process conn rate. This one enforces a per-process connection rate limit, regardless of what may be set per frontend. It can be a way to limit the CPU usage of a process being severely attacked. The side effect is that the global process connection rate is now measured for each incoming connection, so it will be possible to report it.