Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Thread IO priorty settings

Can I set the IO priorty of managed thread? (C# code)

Once set, is the IO priority compared between threads within the same process, or cross processes?

Thanks

like image 725
Saar Avatar asked May 02 '26 10:05

Saar


1 Answers

There is some info here on how to modify the I/O priority in Windows Vista and Windows Server 2008 (native APIs only, afai can see). That might help you do what you want - exact requirements are not clear from the question.

The thread I referenced here points to a white paper on this topic from Microsoft.

like image 134
Steve Townsend Avatar answered May 03 '26 23:05

Steve Townsend



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!