I’ve seen conflicting definitions for the term “bandwidth preserving algorithms”. The two definitions I’ve seen are:
- Any spare CPU capacity is used for aperiodic processes.
- One or more periodic processes are created to service aperiodic processes (with #1 above being called “slack stealing algorithms”).
So, which is correct?
3