Modular, switchable I/O schedulers
Posted Sep 28, 2004 20:32 UTC (Tue) by
manpreet (guest, #12039)
Parent article:
Modular, switchable I/O schedulers
Waiting for the queue to empty out could be a long wait for the threads that want disk attention. Another possible way is to keep accepting requests, but queue them in the new scheduler's queue and switch queues as soon as the older one empties out.
(
Log in to post comments)