Windows Help
Prefetching 2 Prefetching 2 |
|
If you've read our Prefetching article, you'll realize there's a lot of bad advice out there about prefetching. Well, there's actually more. There's bad advice out thereabout the /prefetch switch. Windows puts /prefetch:[number] on media player links, where number is between 1 and higher number, depending on the link. Some places say to put it on all your links, some places say that's a media player only option, and they're both completely wrong. /prefetch:[num] is easy to understand if you understand prefetching. Basically, /prefetch:1 is counted as a different program than /prefetch:2, and so on, for the purposes of prefetching. I.e., if you've been running a program with /prefetch:1 and it has prefetch info, and you run it with /prefetch:2, Windows will not recognize the existing prefetch information and create new information, which it will then use every time you run that program with /prefetch:2. It will continue to use the /prefetch:1 information for /prefetch:1 launches of that program. (We suspect that leaving off a /prefetch counts as /prefetch:0, but cannot prove this.) I.e., /prefetch probably completely useless to everyone out there. It could be slightly useful to programmers that are writing programs that start in different modes, but that's about it. OTOH, at least this advice isn't actively harmful like cleaning out your prefetch folder. |