diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-04-30 01:04:34 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-04-30 01:04:34 +0000 |
commit | d737309086de67f077525171a36c2b873aaf1301 (patch) | |
tree | 15f86e297af84d886710896dbe08354e657d1624 /microkernel/mach | |
parent | 5b039539fa56870442ffa259f39e781c4ebeb9dd (diff) |
web commit by SamuelThibault: +readahead
Diffstat (limited to 'microkernel/mach')
-rw-r--r-- | microkernel/mach/gnumach/projects.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/microkernel/mach/gnumach/projects.mdwn b/microkernel/mach/gnumach/projects.mdwn index f1b984fb..35b5c2ef 100644 --- a/microkernel/mach/gnumach/projects.mdwn +++ b/microkernel/mach/gnumach/projects.mdwn @@ -56,6 +56,8 @@ so that no duplicate efforts end up. * Improve the external pagers interface + * Implement read-ahead (huge I/O improvements expected). + * Making this interface synchronous should improve I/O performance significantly, without (almost) any drawbacks (we also get some advantage from MT's). |