ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

"Disk activity" tamer...

(1/2) > >>

cettolox:
Hi,

I "love" process tamer, I can't live without !!!

But how I'd like a hard disk tamer ... ! If an application starts to use too much CPU it gets tamed... but how to deal with applications that start to heavily work with the hard drive, slowing down the system to a crawl and consuming little more than 0% CPU???

/Stef

yksyks:
My vote for this again...  ;) (https://www.donationcoder.com/forum/index.php?topic=6803.0)

Armando:

It's good you mention that. You're actually not the first! See :
https://www.donationcoder.com/forum/index.php?topic=8047.msg71111#msg71111
https://www.donationcoder.com/forum/index.php?topic=6803.0

[edit : oups! yksyks posted at the same time!)

cettolox:
Opps, sorry, I admit it, I did not search before...

/Stef

MrCrispy:
I am not aware of any mechanism to throttle disk IO in the Windows API. The most you can do is control IO using DPC's but once an IO request has been dispatched, it will run to completion unless its preempted by a higher priority request such as that coming from an ISR, which are not controllable from user mode.

Its impossible to timeslice away from an existing disk operation in the same way that can be done for threads on a cpu, the reason being that file IO has no notion of state which can be saved (like cpu registers).



Navigation

[0] Message Index

[#] Next page

Go to full version