CS 452/652 Winter 2024 - Lecture 21

Real-time Scheduling

Mar 26, 2024 prev next

CPU Scheduling

Cyclic Executive

        t = current_time();
        if (C1) then A1;
        ...
        sleep(t + target - current_time());

Real-Time Task Scheduling

Liu/Layland paper

Train Control

Refinements