usenix conference policies
Dynamic Binding for an Extensible System
Przemyslaw Pardyak and Brian Bershad, Univeristy of Washington
An extensible system requires a means to dynamically bind extensions into executing code. SPIN extensible operating system uses an event-based invocation mechanism to provide this functionality in a flexible, transparent, safe, and efficient way. Events offer a uniform model of extensibility, whereby the system's configuration can change without changing any of its components. Events are defined with the granularity and syntax of procedures but provide extended procedure call semantics such as conditional execution, multicast, and asynchrony. By installing a handler on an event, an extension's code can execute in response to activities at the granularity of procedure call. Our system uses runtime code generation to ensure that event delivery has low overhead and scales well with the number of handlers. This paper describes the design, use and performance of events in the SPIN operating system.
author = {Przemyslaw Pardyak and Brian Bershad},
title = {Dynamic Binding for an Extensible System},
booktitle = {USENIX 2nd Symposium on OS Design and Implementation (OSDI 96)},
year = {1996},
address = {Seattle, WA},
url = {https://www.usenix.org/conference/osdi-96/dynamic-binding-extensible-system},
publisher = {USENIX Association},
month = oct
}
connect with us