Next | Prev | Top | Contents | Index

Chapter 2: Interprocess Communication


The term interprocess communication (IPC) describes any method of sending data from one running process to another. IPC is commonly used to allow processes to coordinate the use of shared data objects, for instance, to let two programs update the same data in memory without interfering with each other, or to make data acquired by one process available to others. IRIX supports a wide variety of IPC mechanisms.

This chapter describes IPC and covers the following topics:


Types of Interprocess Communication Available
IRIX IPC
System V IPC

Next | Prev | Top | Contents | Index