| | |
Summary: To be presented at the 17th IEEE RealTime Systems Symposium, December 1996.
A Framework for Implementing Objects and Scheduling Tasks in LockFree
RealTime Systems \Lambda
James H. Anderson and Srikanth Ramamurthy
Department of Computer Science, University of North Carolina at Chapel Hill
Abstract
We present an integrated framework for developing real
time systems in which lockfree algorithms are employed to
implement shared objects. There are two key objectives of
our work. The first is to enable functionality for object shar
ing in lockfree realtime systems that is comparable to that
in lockbased systems. Our main contribution toward this
objective is an efficient approach for implementing multi
object lockfree operations and transactions. A second key
objective of our work is to improve upon previously proposed
scheduling conditions for tasks that share lockfree objects.
When developing such conditions, the key issue is to bound
the cost of operation ``interferences''. We present a general
approach for doing this, based on linear programming.
1. Introduction
|