In this paper, I am going to discuss how can we as the application or device driver developers take advantage of I/O prioritization in the Windows OS.
I/O Prioritization in Windows OS
by Milad Kahsari Alhadi
From the article:
I/O prioritization improves the responsiveness of the system without significantly decreasing the throughput of the system. Typically, any topic related to I/O and threads requires a good understanding of Windows synchronization because of that, I will try to discuss everything from the ground up.
In this paper, I am going to discuss how can we as the application or device driver developers take advantage of I/O prioritization in the Windows OS. Finally (in the next paper, I will discuss the I/O completion mechanism of Windows) which is a magical feature.
Add a Comment