Two Case Studies in Predictable Application Scheduling Using Rialto/NT

Michael B. Jones, John Regehr, and Stefan Saroiu

Published in the Proceedings of the Seventh Real-Time Technology and Applications Symposium (RTAS 2001), pages 157-164, Taipei, Taiwan, May 30-June 1 2001.

Formats:

Notes:

More detail about the audio player data published in this paper appears in a technical report. The soft modem content can be found in Mike and Stefan's SIGMETRICS paper. The Rialto/NT scheduler is described in more detail in a USENIX NT paper that Mike and I wrote.

Abstract:

This paper analyzes the results of two case studies in applying the Rialto/NT scheduler to real Windows 2000 applications. The first study is of a soft modem -- a modem whose signal processing work is performed on the host CPU, rather than on a dedicated signal processing chip. The second is of an audio player application. Both of these are frequently used real-time applications -- ones running on systems that were not designed to support predictable real-time execution. To function correctly, both applications require that ongoing computations be performed in a timely manner. In both cases, we first measured an original version designed to run on Windows 2000, and then modified the application to take advantage of ongoing CPU Reservations provided by the Rialto/NT scheduler. We report on the benefits and problems observed when using reservations in these real-world scenarios. In both cases, we found that a real-time scheduler can provide the needed predictability for the application in the presence of competing applications, while also providing other benefits, such as minimizing the soft modem's impact on the scheduling predictability of other computations in the system. We also describe the methodologies we used to analyze the real-time behavior of the operating system and applications during these studies, including the use of instrumented kernels to produce execution traces.

Citation:

@InProceedings{JonesRTAS01,
  author =       "Michael B. Jones and John Regehr and Stefan Saroiu",
  title =        "{Two Case Studies in Predictable Application
                 Scheduling Using Rialto/NT}",
  booktitle =    proc # " 7th Real-Time Technology and Applications
                 Symposium (RTAS 2001)",
  pages =        "157--164",
  month =        may # " 30--" # jun # " 1",
  year =         "2001",
  address =      "Taipei, Taiwan",
}


Back to John's: paper page | home page



Last modified: Fri Apr 6 22:52:14 2001

regehr@cs.utah.edu