View Single Post
  #25  
Old October 21st 03, 02:43 PM
Bill Todd
external usenet poster
 
Posts: n/a
Default


"Peter da Silva" wrote in message
...
In article ,
Maxim S. Shatskih wrote:
Then, when the binary (or the OS) is loaded, the prefetch file shows

what
pages to preload. All drivers share the same .PF file, so, they are
preloaded in several IO requests and not on per-file basis.


OK, it's not the same kind of thing, then. It's prefetching, not disk

layout
optimization.


Had you actually bothered to check the cited reference (Google just found it
easily by title for me), you'd have found that it's a two-stage process.
The first stage is the one Maxim described; the second runs periodically to
reorganize data on the disk to optimize the operation of the first.

- bill