commit | 0b1a4541dc199abca5eb3af1ec58c239ad2a3d9b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Apr 23 11:50:43 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 23 17:56:17 2015 +0200 |
tree | c04a451416b053d21faa966640bd936e3ddfb7b5 | |
parent | fe127937a8d3d198d91a989895093b1faedce809 [diff] |
MEDIUM: stream-int: pause the appctx if the task is woken up If we're going to call the task we don't need to call the appctx anymore since the task may decide differently in the end and will do the proper thing using ->update(). This reduces one wake up call per session and may go down to half in case of high concurrency (scheduling races).