Added:
wiki/ComparisonToReadahead.wiki
Log:
Created wiki page through web user interface.
Added: wiki/ComparisonToReadahead.wiki
==============================================================================
--- (empty file)
+++ wiki/ComparisonToReadahead.wiki Mon May 12 14:25:09 2008
@@ -0,0 +1,9 @@
+#summary Comparison of prefetching to Ubuntu readahead
+#labels documentation,todo
+
+This page is work in progress.
+
+ * Readahead works by tracing which files are used, but it works on
whole files. Prefetch has greater resolution as it works on pages.
+ * Readahead cannot do prefetching and profiling at the same time,
separate boot with profiling must be done.
+ * Readahead profiling is expensive (uses inotify).
+ * Readahead needs manual intervention from user to change readahead
list, prefetch adapts itself automatically.