DDSCHED: a distributed dynamic real-time scheduling algorithm

  • Authors:
  • Anup K. Bhattacharjee;K. Ravindranath;A. Pal;R. Mall

  • Affiliations:
  • Indian Institute of Technology, Kharagpur, India;Indian Institute of Technology, Kharagpur, India;Indian Institute of Technology, Kharagpur, India;Curtin Univ. of Technology, Perth, Australia

  • Venue:
  • Progress in computer research
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

Modern real-time systems need enormous computer power, for which a uniprocessor system is often inadequate. This work is directed at developing a task scheduling algorithm for distributed systems with the goal of achieving flexibility through dynamic scheduling of tasks in a distributed and adaptive manner. In this paper we present a dynamic soft real-time task scheduling algorithm named DDSCHED for distributed systems. The two main components of DDSCHED are a local scheduler and a distributed scheduling scheme. The local scheduler is designed based on the earlist deadline first(EDF) policy and the concept of window. The implementation uses an efficient data structure to reduce the time complexity from 0(n2) for the basic EDF algorithm to 0(n log n). The distributed scheduling scheme is based on a focus-based heuristic algorithm and a bidding-based algorithm. Our algorithm takes care of the network delays.