Michael Stumm: Alumni

Ph.D. Alumni: Benjamin Gamsa

Reference:

Benjamin Gamsa
Tornado: Maximizing Locality and Concurrency in a Shared-Memory Multiprocessor Operating System
Ph.D. Thesis, Department of Computer Science, University of Toronto, Toronto, Canada, 1999.

Supervisor(s):

Michael Stumm

Download Thesis:

PDF

Abstract:

This dissertation presents novel operating system structuring techniques for dealing with the problems of scalability in shared-memory multiprocessors. By using an object-oriented structure, with each virtual and physical resource represented by an independent object, Tornado eliminates most shared global objects, thus reducing contention and increasing locality. To improve performance for contended components, Tornado uses a new structuring technique called Clustered Objects that allows an object to be partitioned and distributed across the machine in a manner transparent to the outside consumers of the object. In addition, Tornado includes a new interprocess communication facility, called the Protected Procedure Call facility, that provides the locality and concurrency required to allow microkernels to scale effectively on multiprocessors. This dissertation also explores some of the other issues in multiprocessor operating system design, such as efficient lock and memory allocation implementations, as well as the interactions between concurrency control and object destruction.

A prototype implementation of the techniques described have been implemented as part of the Tornado operating system for the NUMAchine multiprocessor. This dissertation explores both the design aspects of the system as well as experiences gained through its implementation and use on both NUMAchine and a complete machine simulator, SimOS.

Keywords:

Operating systems, shared memory multiprocessors, NUMA multiprocessors, object-oriented design, scalability, clustered objects, protected procedure calls, interprocess communications, locality, lock implementation, memory allocation

BibTeX:

@phdthesis(Gamsa-PhD99,
    author = {Benjamin Gamsa},
    title = {Tornado: Maximizing Locality and Concurrency in a Shared-Memory Multiprocessor Operating System},
    school = {Department of Computer Science, University of Toronto},
    address = {Toronto, Canada},
    supervisors = {Michael Stumm},
    year = {1999},
    keywords = {Operating systems, shared memory multiprocessors, NUMA multiprocessors, object-oriented design, scalability, clustered objects, protected procedure calls, interprocess communications, locality, lock implementation, memory allocation}
)