May 2025
Intermediate to advanced
573 pages
14h 38m
English
I'm always uneasy with messages.
— Neil Tennant
Chapter 8 describes a low-level message passing facility that permits a process to pass a message directly to another process. Although it provides a useful function, the low-level message passing system cannot be used to coordinate multiple receivers, nor can a given process participate in several independent exchanges without interference among them.
This chapter completes the discussion of message passing by introducing a high-level facility that provides a synchronous interface for buffered message exchange. The message mechanism allows an arbitrary subset of processes to pass messages without affecting other processes. It introduces the concept ...
Read now
Unlock full access