Scheduler should include I/O of tasks
Posted Aug 6, 2004 20:05 UTC (Fri) by
zmi (guest, #4829)
Parent article:
Scheduler tweaks get serious
It seems there's no one currently working on including I/O usage to the
scheduler. At the moment, an "idle class task" can perform heavy I/O,
which makes high priority tasks waiting for their I/O. This is very bad on
production servers, where you want to make a backup or cleanup in the
background, while the database/fileserver/mailserver is in full use.
Making low priority tasks also lower I/O priority would help a lot. Does
anybody know of work in that area?
(
Log in to post comments)