summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-02-14 00:00:24 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2015-02-14 01:09:45 +0100
commiteceeaeb5a2d40875fd432148b9cf26b41497811d (patch)
treee02689c0e5a03cb829b9cf66fe4253e717597f4f /TODO
parente04b779d1cf875010befd37f1a0b86e132d077a6 (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--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 0387e9f3..de2a1997 100644
--- a/TODO
+++ b/TODO
@@ -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) !