Part II: Concurrency control in main memory

In Chapter 1 requirements for implementing system software were established, among which were:

  1. Support for distinct activities.

  2. Support for management of these activities.

  3. Support for correct interaction between these activities.

We have already seen how the first requirement above can be met. Chapter 4 showed how independent activities are supported as operating system processes. If only coarse-grained concurrency is required it might be sufficient for the operating system to support synchronization and sharing of information between processes; a sequential language might be augmented by a number of system calls for this purpose. The problem is that the same system calls might not be available on another ...

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.