Skip to main content

One doc tagged with "EDF"

View all tags

Earliest Deadline First Scheduling Algorithm

Earliest Deadline First (EDF) is a dynamic priority scheduling algorithm where processes are scheduled according to their deadlines. The process with the nearest deadline is executed first.