From de845813f9ad23f628502020a1bbf00b79ff399d Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 22 Dec 2007 16:38:09 -0600 Subject: [PATCH] update IDEAS for suggestions on how you can help with the I/O refactoring. --- IDEAS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/IDEAS b/IDEAS index 9c23012c..22e7d70d 100644 --- a/IDEAS +++ b/IDEAS @@ -1,3 +1,10 @@ +Important stuff: +- our I/O operates on raw fds. we should use fde_t's everywhere so that + lookups are less necessary and so that I/O is done using the virtual functors, + IOFuncRead and IOFuncWrite. +- implement comm_get_io_direction(fde_t *) and use it to determine how to reschedule + I/O direction when needed. + Some of this may not be possible to do in 2.3... - go TS6 only? [partially done; TS6 is always enabled now]