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.
Original source: https://en.wikipedia.org/wiki/Atropos scheduler.
Read more |