diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-02-14 00:00:24 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-02-14 01:09:45 +0100 |
commit | eceeaeb5a2d40875fd432148b9cf26b41497811d (patch) | |
tree | e02689c0e5a03cb829b9cf66fe4253e717597f4f /TODO | |
parent | e04b779d1cf875010befd37f1a0b86e132d077a6 (diff) |
TODO: drop obsolete item
* TODO (libpager): Drop item trying to prevent thread storms. We
dealt with that in a much nicer way. Nowadays we use a fixed number
of threads in libpager.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -98,8 +98,6 @@ See `tasks', the exported task list. ** libpager: *** Put user-defined fns into a callback struct passed to pager_create. ! *** Make libpager paging interface able to read/write multiple pages at once. -*** Remove pagers from portset if there are too many incoming requests to - avoid forking too many threads. ! *** flush functions don't actually force pending delayed copies. (and in fact, they seem to block if a delayed copy is wired down) ! |