Real-Time Systems Scheduling
Real-time systems scheduling concerns how a computer guarantees that critical tasks—controlling a car's brakes, managing a pacemaker, or coordinating an aircraft's flight surfaces—complete their computations before hard deadlines, where a missed deadline can be as catastrophic as a wrong answer. Researchers study scheduling algorithms that assign processor time and shared resources across tasks, paired with worst-case execution time (WCET) analysis that provides provable upper bounds on how long any piece of code can take to run on specific hardware. As embedded systems increasingly use multicore processors and must simultaneously handle tasks of varying safety importance—a discipline called mixed-criticality scheduling—open questions center on how to maintain timing guarantees without either wasting hardware capacity or allowing low-priority workloads to starve. Predicting execution time on modern processors with caches, pipelines, and speculative execution remains particularly difficult, making hardware-software co-analysis an active area of research.
- Works
- 50,630
- Total citations
- 474,607
- Keywords
- Scheduling AlgorithmsHard Real-Time SystemsMultiprocessor SchedulingWCET AnalysisEmbedded SystemsTiming Analysis
Top papers in Real-Time Systems Scheduling
Ordered by total citation count.
- Scheduling Algorithms for Multiprogramming in a Hard-Real-Time Environment↗ 8,333OA
- Event-Triggered Real-Time Scheduling of Stabilizing Control Tasks↗ 4,584
- Distributed Algorithms↗ 4,036
- Cyber Physical Systems: Design Challenges↗ 3,461
- Linearizability: a correctness condition for concurrent objects↗ 3,183OA
- Virtual time↗ 2,411OA
- Computer-controlled systems: Theory and design↗ 2,370
- Bounds on Multiprocessing Timing Anomalies↗ 2,368
- Condor-a hunter of idle workstations↗ 2,272OA
- Priority inheritance protocols: an approach to real-time synchronization↗ 2,244
- Real-time systems: Design principles for distributed embedded applications↗ 1,875
- Consensus in the presence of partial synchrony↗ 1,873OA
Active researchers
Top authors in this area, ranked by h-index.