Michael Stumm: Publications

Paper Details

Reference:

Benjamin Gamsa, Orran Krieger, and Michael Stumm,
"Optimizing IPC performance for shared-memory multiprocessors",
In Proceedings International Conference on Parallel Processing (ICPP'94), North Carolina State University, NC, USA, 1, IEEE Computer Society, Washington, DC, USA, August, 1994, pp. 208–211.

Download:

PDF

Abstract:

We assert that in order to perform well, a shared-memory multiprocessor inter-process communication (IPC) facility must avoid a) accessing any shared data, and b) acquiring any locks. In addition, such a multiprocessor IPC facility must preserve the locality and concurrency of the applications themselves so that the high performance of the IPC facility can be fully exploited. In this paper we describe the design and implementation of a new shared-memory multiprocessor IPC facility that in the common case internally requires no accesses to shared data and no locking. In addition, the model of IPC we support and our implementation ensure that local resources are made available to the server to allow it to exploit any locality and concurrency available in the service. To the best of our knowledge, this is the first IPC subsystem with these attributes. The performance data we present demonstrates that the end-to- end performance of our multiprocessor IPC facility is competitive with the fastest uniprocessor IPC times.

Keywords:

Operating systems, IPC, interprocess communication, shared memory multiprocessors

Reference Info:

DOI: 10.1109/ICPP.1994.144
ACMid: 1261031
ISBN: 0-8493-2493-9

BibTeX:

@inproceedings(Gamsa-ICPP94,
    author = {Benjamin Gamsa and Orran Krieger and Michael Stumm},
    title = {Optimizing {IPC} performance for shared-memory multiprocessors},
    booktitle = {Proceedings International Conference on Parallel Processing (\textbf{ICPP'94})},
    location = {North Carolina State University, NC, USA},
    volume = {1},
    publisher = {IEEE Computer Society},
    address = {Washington, DC, USA},
    month = {August},
    year = {1994},
    pages = {208-211},
    doi = {10.1109/ICPP.1994.144},
    isbn = {0-8493-2493-9},
    keywords = {Operating systems, IPC, interprocess communication, shared memory multiprocessors}
)