Home > Research > Publications & Outputs > SHRED: a CPU scheduler for heterogeneous applic...
View graph of relations

SHRED: a CPU scheduler for heterogeneous applications

Research output: Contribution in Book/Report/Proceedings - With ISBN/ISSNConference contribution/Paperpeer-review

Published
Publication date2005
Host publicationEmbedded Processors for Multimedia and Communications II
EditorsSubramania Sudharsanan, V. Michael Bove, Sethuraman Panchanathan
Place of PublicationBellingham, Wash.
PublisherSPIE-INT SOC OPTICAL ENGINEERING
Pages132-143
Number of pages12
ISBN (print)9780819456564
<mark>Original language</mark>English
EventConference on Embedded Processors for Multimedia and Communications II - San Jose
Duration: 17/01/200518/01/2005

Conference

ConferenceConference on Embedded Processors for Multimedia and Communications II
CitySan Jose
Period17/01/0518/01/05

Conference

ConferenceConference on Embedded Processors for Multimedia and Communications II
CitySan Jose
Period17/01/0518/01/05

Abstract

General purpose workstations must support a wide variety of application characteristics; but it is hard to find a single CPU scheduling scheme that satisfactorily schedules processes from all types of applications. It is particularly difficult to get periodic deadline-driven continuous media processes to satisfactorily co-exist with others. A number of schemes have been proposed to address this issue, but these all suffer from one or more of the following limitations: i) unacceptable inefficiency, ii) non-determinism (i.e. introducing significant burstiness or jitter), iii) inability to explicitly support deadlines (so that deadlines may be missed even when the CPU is underloaded). This paper presents "SHRED (SHaretokens, Round-robin, Earliest-deadline-first, Deferred-processing)"-an efficient, proportional-share, deterministic, scheduling scheme that enables periodic deadline-driven processes to meet their explicit deadlines wherever possible, and degrades gracefully and adaptively when this is not possible. The scheme simultaneously ensures that non-deadline processes always obtain their fair share of CPU time whether in conditions of underload or overload. For experimental evaluation, a prototype of SHRED has been developed by replacing the Linux standard scheduler with the SHRED scheduler. The prototype has been evaluated against the standard Linux scheduler for various parameters and also against two proportional-share schemes, namely Stride and VTRR scheduling, for its overhead and its effect on jitter.