2.10. Summary

We need a way to think about complex software systems. The basic functionality of a system can be described in terms of modular software structure. By distinguishing between the interface and implementation of a module it is possible to create abstractions, that is, to focus on what a module does rather than how it does it. A specification of the modules of a system does not tell us how it is executed dynamically, a computational model is also needed.

The concept of process was introduced as the means by which dynamic execution of software is achieved. A process performs its computation by invoking the interface operations of modules. A protocol defines the correct orderings of operation invocations. An outline of some typical operating ...

Get Operating Systems: Concurrent and Distributed Software Design now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.