Please enable JavaScript.
Coggle requires JavaScript to display documents.
Real-Time Scheduling and Schedulability Analysis (Scheduling
Provides 2…
- Real-Time Scheduling and Schedulability Analysis
-
Scheduling
Provides 2 features:
- An algorithm for ordering the use of system resources (in particular the CPUs)
- A means of predicting the worst-case behaviour of the system when the scheduling algorithm is applied
-
First come, First served (FCFS) Scheduling
-
Round Robin(RR)
Typically, higher average turnaround than SJF, but better response
-
-
Multilevel Queue
Ready queue is partitioned into separate queues, e.g.
-
-
-
-
Windows Scheduling
-
-
-
Thread runs until
-
-
- preempted by higher-priority thread
-
Algorithm Evaluation
Deterministic modeling
For each algorithm, calculate minimum average waiting time
Simple and fast, but requires exact numbers for input