开发者

How I/O Prioritization Works (in Windows 7)

开发者 https://www.devze.com 2023-03-06 14:32 出处:网络
Something has confused me about I/O prioritization in Windows 7: Normally, \"prioritization\" only makes a difference when multiple requests are happening for the same resource. However, 开发者_如何学

Something has confused me about I/O prioritization in Windows 7:

Normally, "prioritization" only makes a difference when multiple requests are happening for the same resource. However, 开发者_如何学GoI've noticed that when I lower my program's I/O priority, its reads always slows down the reads (e.g. from 60 MB/s to 10 MB/s), regardless of whether or not the disk is otherwise busy from other programs.

Why is this? Is I/O prioritization really I/O throttling, or does it also do something else I'm not aware of?

0

精彩评论

暂无评论...
验证码 换一张
取 消