commit | 5e698ef509231a1a264cacde6acb669c9c17da88 | [log] [tgz] |
---|---|---|
author | willy tarreau <willy@wtap.(none)> | Tue May 02 14:51:00 2006 +0200 |
committer | willy tarreau <willy@wtap.(none)> | Tue May 02 14:51:00 2006 +0200 |
tree | 76729c47d2f1fabb088bb03609a3e9cc3912821d | |
parent | dfece23f7d8f92900da499af0bb93499a0290274 [diff] |
[MEDIUM] slightly optimize the scheduler for non-expirable tasks. The non-expirable tasks are now sent to a dedicated wait-queue so that they do not pollute the other ones anymore. This is a temporary dirty hack which will go away with the new O(log(n)) scheduler.