This scheduler only implements request merging.
This scheduler implements request merging, a one-way elevator, read and write request batching, and attempts some anticipatory reads by holding off a bit after a read batch if it thinks a user is going to ask for more data.
This is optimised for the single disk systems.
The scheduler implements request merging, a one-way elevator, and imposes a deadline on all operations to prevent resource starvation.
The scheduler implements both request merging and the elevator, and attempts to give all users of a particular device the same number of IO requests over a particular time interval.
References:
Linux I/O Schedulers
No comments:
Post a Comment