[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Device detection?



> checkpointing doesn't have to thrash the harddisk. consider this -- if you
> have a program that flushes output to disk for each line it writes to a file,
> does it thrash the harddisk?
> 
> checkpointing is needed for lots of apps... it doesn't necessary cause any
> thrashing.

windows checkpointing thrashes because they explicitly turn off caching
and writes after each device tested for. that's a lot of devices, and
it's very quick to test for each -- quicker than it is to write the
checkpoint info. but they decided it's worth it in order to have
bulletproof autodetection. it's not, imho.

--p.


Reply to: