Deadline scheduling part 1 — overview and theory
Deadline scheduling part 1 — overview and theory
Posted Jan 16, 2018 21:33 UTC (Tue) by Cyberax (✭ supporter ✭, #52523)In reply to: Deadline scheduling part 1 — overview and theory by bristot-memorial
Parent article: Deadline scheduling part 1 — overview and theory
Back when I was doing schedulers for distributed computing, we converged on a bin-packing algorithm with some heuristics to handle its pathological cases.
It worked wonders and was simple to implement.
