Michael Stumm: Publications

Paper Details

Reference:

Kevin Hui, Jonathan Appavoo, Robert W. Wisniewski, Marc A. Auslander, David Edelsohn, Benjamin Gamsa, Orran Krieger, Bryan S. Rosenburg, and Michael Stumm,
"Supporting hot-swappable components for system software",
In Proceedings of the 8th Workshop on Hot Topics in Operating Systems (HotOS'01), Elmau/Oberbayan, Germany, IEEE Computer Society, May, 2001, pp. 147–158.

Download:

PDF

Abstract:

A hot-swappable component is one that can be replaced with a new or different implementation while the system is running and actively using the component. For example, a component of a TCP/IP protocol stack, when hot-swappable, can be replaced (perhaps to handle new denial-of-service attacks or improve performance), without disturbing existing network connections. The capability to swap components offers a number of potential advantages such as: online upgrades for high availability systems, improved performance due to dynamic adaptability and simplified software structures by allowing distinct policy and implementation options to be implemented in separate components (rather than as a single monolithic component) and dynamically swapped as needed. In order to hot-swap a component, it is necessary to (i) instantiate a replacement component; (ii) establish a quiescent state in which the component is temporarily idle; (iii) transfer state from the old component to the new component; (iv) swap the new component for the old; and (v) deallocate the old component.

Keywords:

Operating systems, object-oriented systems, online upgrades, adaptability, hot-swappable components

Reference Info:

DOI: 10.1109/HOTOS.2001.990086
ISBN: 0-7695-1040-X

BibTeX:

@inproceedings(Hui-HotOS01,
    author = {Kevin Hui and Jonathan Appavoo and Robert W. Wisniewski and Marc A. Auslander and David Edelsohn and Benjamin Gamsa and Orran Krieger and Bryan S. Rosenburg and Michael Stumm},
    title = {Supporting hot-swappable components for system software},
    booktitle = {Proceedings of the 8th Workshop on Hot Topics in Operating Systems (\textbf{HotOS'01})},
    location = {Elmau/Oberbayan, Germany},
    organization = {IEEE Computer Society},
    month = {May},
    year = {2001},
    pages = {147-158},
    doi = {10.1109/HOTOS.2001.990086},
    isbn = {0-7695-1040-X},
    keywords = {Operating systems, object-oriented systems, online upgrades, adaptability, hot-swappable components}
)