LWN.net Logo

Deadline scheduling for Linux

Deadline scheduling for Linux

Posted Oct 13, 2009 21:00 UTC (Tue) by nybble41 (subscriber, #55106)
In reply to: Deadline scheduling for Linux by dlang
Parent article: Deadline scheduling for Linux

Presumably so that the OS knows to reserve room in the schedule ahead of time for when the data will be available...?


(Log in to post comments)

Deadline scheduling for Linux

Posted Oct 13, 2009 21:14 UTC (Tue) by dlang (✭ supporter ✭, #313) [Link]

but without any indication of how much time the process will take to complete, the only thing the OS could do is prohibit anything else from using the CPU between the start time and the deadline, which is almost certainly _not_ the correct thing to do.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds