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.

Download Not Available

BibTex Entry

@inproceedings{Burns2003d,
 author = {A. Burns and M. Gonz\'alez Harbour and A. J. Wellings},
 booktitle = {Reliable Software Technologies---Ada-Europe 2003},
 editor = {J.-P. Rosen and A. Strohmeier},
 pages = {334-343},
 publisher = {Springer-Verlag},
 series = {Lecture Notes in Computer Science},
 title = {A Round Robin Scheduling Policy for Ada},
 volume = {2655},
 year = {2003}
}