SRT (Shortest Remaining Time) Scheduling
Quelle: https://en.wikipedia.org/wiki/Shortest_remaining_time_first
TL;DR
SRT (Shortest Remaining Time) Scheduling is a preemptive scheduling method in logistics and supply chain management in which, at each decision point, the task with the shortest remaining processing or transport time is selected. If a new task arrives with a shorter remaining time, the current task is preempted and the new task is processed, aiming to minimize average flow …
SRT (Shortest Remaining Time) Scheduling is a preemptive scheduling method in logistics and supply chain management in which, at each decision point, the task with the shortest remaining processing or transport time is selected. If a new task arrives with a shorter remaining time, the current task is preempted and the new task is processed, aiming to minimize average flow time.
Related Terms
You might also be interested in these terms