Fixed-priority pre-emptive scheduling (original) (raw)
Fixed-priority preemptive scheduling is a scheduling system commonly used in real-time systems. With fixed priority preemptive scheduling, the scheduler ensures that at any given time, the processor executes the highest priority task of all those tasks that are currently ready to execute. Preemptive scheduling is often differentiated with cooperative scheduling, in which a task can run continuously from start to end without being preempted by other tasks. To have a task switch, the task must explicitly call the scheduler. Cooperative scheduling is used in a few RTOS such as or TinyOS.
Property | Value |
---|---|
dbo:abstract | Fixed-priority preemptive scheduling is a scheduling system commonly used in real-time systems. With fixed priority preemptive scheduling, the scheduler ensures that at any given time, the processor executes the highest priority task of all those tasks that are currently ready to execute. The preemptive scheduler has a clock interrupt task that can provide the scheduler with options to switch after the task has had a given period to execute—the time slice. This scheduling system has the advantage of making sure no task hogs the processor for any time longer than the time slice. However, this scheduling scheme is vulnerable to process or thread lockout: since priority is given to higher-priority tasks, the lower-priority tasks could wait an indefinite amount of time. One common method of arbitrating this situation is aging, which gradually increments the priority of waiting processes and threads, ensuring that they will all eventually execute. Most real-time operating systems (RTOSs) have preemptive schedulers. Also turning off time slicing effectively gives you the non-preemptive RTOS. Preemptive scheduling is often differentiated with cooperative scheduling, in which a task can run continuously from start to end without being preempted by other tasks. To have a task switch, the task must explicitly call the scheduler. Cooperative scheduling is used in a few RTOS such as or TinyOS. * v * t * e (en) |
dbo:wikiPageID | 7564731 (xsd:integer) |
dbo:wikiPageLength | 1813 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID | 941542233 (xsd:integer) |
dbo:wikiPageWikiLink | dbr:Preemption_(computing) dbr:Computer_multitasking dbr:Context_switch dbr:Task_(computing) dbc:Processor_scheduling_algorithms dbr:TinyOS dbr:Central_processing_unit dbr:Real-time_operating_system dbr:Real-time_system dbr:Time_slice dbr:Scheduling_(computing) dbr:Resource_starvation dbr:Salvo_(RTOS) |
dbp:wikiPageUsesTemplate | dbt:Comp-sci-stub dbt:Unreferenced dbt:Operating_system |
dct:subject | dbc:Processor_scheduling_algorithms |
gold:hypernym | dbr:System |
rdf:type | yago:WikicatSchedulingAlgorithms yago:Abstraction100002137 yago:Act100030358 yago:Activity100407535 yago:Algorithm105847438 yago:Event100029378 yago:Procedure101023820 yago:PsychologicalFeature100023100 yago:YagoPermanentlyLocatedEntity yago:Rule105846932 |
rdfs:comment | Fixed-priority preemptive scheduling is a scheduling system commonly used in real-time systems. With fixed priority preemptive scheduling, the scheduler ensures that at any given time, the processor executes the highest priority task of all those tasks that are currently ready to execute. Preemptive scheduling is often differentiated with cooperative scheduling, in which a task can run continuously from start to end without being preempted by other tasks. To have a task switch, the task must explicitly call the scheduler. Cooperative scheduling is used in a few RTOS such as or TinyOS. (en) |
rdfs:label | Fixed-priority pre-emptive scheduling (en) |
owl:sameAs | freebase:Fixed-priority pre-emptive scheduling wikidata:Fixed-priority pre-emptive scheduling https://global.dbpedia.org/id/4jodf |
prov:wasDerivedFrom | wikipedia-en:Fixed-priority_pre-emptive_scheduling?oldid=941542233&ns=0 |
foaf:isPrimaryTopicOf | wikipedia-en:Fixed-priority_pre-emptive_scheduling |
is dbo:wikiPageDisambiguates of | dbr:FPP |
is dbo:wikiPageRedirects of | dbr:Fixed-priority_scheduling dbr:Fixed_priority_pre-emptive_scheduling |
is dbo:wikiPageWikiLink of | dbr:FPP dbr:Deadline-monotonic_scheduling dbr:Earliest_deadline_first_scheduling dbr:Apollo_Guidance_Computer dbr:Timeline_of_women_in_computing dbr:Fixed-priority_scheduling dbr:Fixed_priority_pre-emptive_scheduling |
is foaf:primaryTopic of | wikipedia-en:Fixed-priority_pre-emptive_scheduling |