Atropos scheduler

From HandWiki
Revision as of 22:40, 6 March 2023 by SpringEdit (talk | contribs) (fix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Scheduling algorithm

In computer science, Atropos is a real-time scheduling algorithm developed at Cambridge University. It combines the earliest deadline first algorithm with a best effort scheduler to make use of slack time, while exercising strict admission control.

External links