Emergent Mind

Balancing SRPT and FCFS via Starvation Mitigation

(2112.14403)
Published Dec 29, 2021 in cs.DS

Abstract

The assessment of a job's Quality of Service (QoS) often revolves around its flow time, also referred to as response time. This study explore two fundamental objectives for scheduling jobs: the average flow time and the maximum flow time. While the Shortest Remaining Processing Time (SRPT) algorithm minimizes average flow time, it can result in job starvation, causing certain jobs to experience disproportionately long and unfair flow times. In contrast, the First-Come-First-Served (FCFS) algorithm minimizes the maximum flow time but may compromise the average flow time. To strike a balance between these two objectives, a common approach is to minimize the $\ell2$ norm of flow time. In this study, we provide theoretical and experimental evidence that a judicious combination of SRPT and FCFS yields superior performance compared to standard heuristics for minimizing the $\ell2$ norm of flow time.

We're not able to analyze this paper right now due to high demand.

Please check back later (sorry!).

Generate a summary of this paper on our Pro plan:

We ran into a problem analyzing this paper.

Newsletter

Get summaries of trending comp sci papers delivered straight to your inbox:

Unsubscribe anytime.