Sciweavers

ADAEUROPE
2003
Springer

A Round Robin Scheduling Policy for Ada

13 years 9 months ago
A Round Robin Scheduling Policy for Ada
Abstract. Although Ada defines a number of mechanisms for specifying scheduling policies, only one, Fifo Within Priorities is guaranteed to be supported by all implementations of the Real-Time Systems Annex. Many applications have a mixture of real-time and non real-time activities. The natural way of scheduling non real-time activities is by time sharing the processor using Round Robin Scheduling. Currently, the only way of achieving this is by incorporating yield operations in the code. This is ad hoc and intrusive. The paper proposes a new scheduling policy which allows one or more priority levels to be identified as round robin priorities. A task whose base priority is set to one of these levels is scheduled in a round robin manner with a user-definable quantum.
Alan Burns, Michael González Harbour, Andy
Added 06 Jul 2010
Updated 06 Jul 2010
Type Conference
Year 2003
Where ADAEUROPE
Authors Alan Burns, Michael González Harbour, Andy J. Wellings
Comments (0)