commit | 3a6281199ab261568d2dce8714996c89d741292d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 13 21:06:56 2008 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 20 15:05:56 2008 +0200 |
tree | 7a0bb326ed994dbc8941d33a0ac15b00c436c3b3 | |
parent | 5c6f58fe87f8f47a215d534d8fa1a41b16cbe182 [diff] |
[BUG] event pollers must not wait if a task exists in the run queue Under some circumstances, a task may already lie in the run queue (eg: inter-task wakeup). It is disastrous to wait for an event in this case because some processing gets delayed.