Content deleted Content added
HottestCat (talk | contribs) added Category:Algorithms; removed {{uncategorized}} using HotCat |
Added tags to the page using Page Curation (unreferenced) |
||
Line 1:
{{unreferenced|date=December 2012}}
'''Run-to-completion scheduling''' is a [[scheduling (computing)|scheduling]] model in which each task runs until it either finishes, or explicitly yields control back to the scheduler. Run to completion systems typically have an [[event queue]] which is serviced either in strict order of admission by an [[event loop]], or by an [[admission scheduler]] which is capable of scheduling events out of order, based on other constraints such as [[time limit|deadlines]].
|