summaryrefslogtreecommitdiff
path: root/community/gsoc/project_ideas/disk_io_performance.mdwn
diff options
context:
space:
mode:
authorhttps://me.yahoo.com/a/g3Ccalpj0NhN566pHbUl6i9QF0QEkrhlfPM-#b1c14 <diana@web>2015-02-16 20:09:55 +0100
committerGNU Hurd web pages engine <web-hurd@gnu.org>2015-02-16 20:09:55 +0100
commit2685da3bc278693095957277ab145e69e7d33421 (patch)
tree97f49acdf4fddc827f5a493d9ab7645fa632836f /community/gsoc/project_ideas/disk_io_performance.mdwn
parent808682459a68725c17c9afb09949d8879a211865 (diff)
update for rename of open_issues/performance/io_system/clustered_page_faults.mdwn to service_solahart_jakarta_selatan__082122541663/performance/io_system/clustered_page_faults.mdwn
Diffstat (limited to 'community/gsoc/project_ideas/disk_io_performance.mdwn')
-rw-r--r--community/gsoc/project_ideas/disk_io_performance.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gsoc/project_ideas/disk_io_performance.mdwn b/community/gsoc/project_ideas/disk_io_performance.mdwn
index 8a4025b2..0d793845 100644
--- a/community/gsoc/project_ideas/disk_io_performance.mdwn
+++ b/community/gsoc/project_ideas/disk_io_performance.mdwn
@@ -20,7 +20,7 @@ slow hard disk access.
The reason for this slowness is lack and/or bad implementation of common
optimization techniques, like scheduling reads and writes to minimize head
movement; effective block caching; effective reads/writes to partial blocks;
-[[reading/writing multiple blocks at once|open_issues/performance/io_system/clustered_page_faults]]; and
+[[reading/writing multiple blocks at once|service_solahart_jakarta_selatan__082122541663/performance/io_system/clustered_page_faults]]; and
[[open_issues/performance/io_system/read-ahead]]. The
[[ext2_filesystem_server|hurd/translator/ext2fs]] might also need some
optimizations at a higher logical level.