spyordie007
Diamond Member
- May 28, 2001
- 6,229
- 0
- 0
This topic's title should be changed to "prefetch"; the OP has nothing to do with "superfetch"...
Originally posted by: bsobel
Originally posted by: Phoenix86
Well it's hokey, that's for sure. I guess it'd be faster that using the HDD, but still...
For systems that aren't memory bound, aka they have enough RAM to run all apps w/o paging, this wouldn't help. Most of us should have "enough" memory this shouldn't be a concern.
I don't understand this comment (from the articled link in the AT article) "and it works fantastic if you have boatloads of memory" I'd tend do disagree on face value and wonder how it helps these systems.
Looks to me (I skipped the PDC this year, I'll confirm when some of the folks get back) that they have an option to put the pre-fetch data onto flash memory (which should be faster than a hd). If you have alot of memory, they'll do even more prefetching (e.g. prior to you actually using the app, let the memory manager page it out if you don't).
In theory, it's not a bad idea. It's a further improvement to what prefetching already does.
Bill
RAM > USB > HDD. Why not just use RAM?
Originally posted by: bsobel
RAM > USB > HDD. Why not just use RAM?
I'm saying I believe the flash memory will be an alternate backing store for what is currently kept in your prefetch folder. You can't store it in RAM as it's volatile and pre-fetching comes into play the most when your first booting up. So, instead of storing this info on the HDD (where the head has to move to read it in addition to reading other non-prefetched data) why not store an additional copy in flash. Think of the flash as a cache for this one directory on your harddrive. If the flash isn't there, the system will just use the HD. If it is there, it's faster since the system can populate the page cache while the HDD is busy loading non-cached info.
Bill
Why not cache it to RAM instead? I know I'm missing something obvious here.
Originally posted by: spyordie007
thanks for the info bill
