Content deleted Content added
Vissel0126 (talk | contribs) m Vissel0126 moved page Run to completion scheduling to Run-to-completion scheduling: MOS:HYPHEN |
Adding short description: "Scheduling model" |
||
(One intermediate revision by one other user not shown) | |||
Line 1:
{{Short description|Scheduling model}}
{{more citations needed|date=January 2021}}
'''Run-to-completion scheduling''' or '''nonpreemptive scheduling''' is a [[scheduling (computing)|scheduling]] model in which each task runs until it either finishes, or explicitly yields control back to the scheduler.<ref>{{Cite book|title=Modern operating systems.|last=Tanenbaum|first=Andrew S.|publisher=Pearson|year=2015|isbn=9780133591620|edition=4th|pages=153|oclc=870646449}}</ref> Run
Some [[preemptive multitasking]] scheduling systems behave as run-to-completion schedulers in regard to scheduling tasks at one particular [[process priority]] level, at the same time as those processes still preempt other lower priority tasks and are themselves preempted by higher priority tasks.
|