commit | e0d1bfb4c1136c1f7087ffe24bf0ae4c2f3f79f8 | [log] [tgz] |
---|---|---|
author | Simon Horman <horms@verge.net.au> | Tue Jun 21 14:34:58 2011 +0900 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 21 22:00:21 2011 +0200 |
tree | 29d26b990b6c9155fd83334f2a0edd74ad7b9332 | |
parent | af5149539739ca64070a4ebe636a2f26a72dd528 [diff] |
[MINOR] Allow shutdown of sessions when a server becomes unavailable This adds the "on-marked-down shutdown-sessions" statement on "server" lines, which causes all sessions established on a server to be killed at once when the server goes down. The task's priority is reniced to the highest value (1024) so that servers holding many tasks don't cause a massive slowdown due to the wakeup storm.