Hello all,
My program reads a large sequence of image files from the hard drive and processes them... it's working but after a certain amount of image reads the hard disk starts chugging away and it starts to crawl... the image files are 8+ megs each so i'm guessing that its overloading the cache? but is it the cache on the disk or is this the OS(windows 2k) deciding to alter some other cache? i'm assuming its a cache issue since i can restart it and it will breeze thru files its already read... i've gone back and forth from fopen to _open to windows api memory mapped files and always having the same problem... of course this issue disappears when i read a smaller sized image files... but i really need to have a sustained consistent read of these big files from the hd.. please help if you can but if not thanks for atleast lookin!
-Roger



LinkBack URL
About LinkBacks


