May 2005
Intermediate to advanced
576 pages
13h 46m
English
By Mingming Cao
This chapter discusses interprocess communication (IPC) in Linux. Interprocess communication is a way for multiple processes in Linux to communicate with each other. First, interprocess communication and the resources it uses are defined. The chapter then discusses how to use the ipcs command to learn about the IPC resources on the system. Next, the various parameters available for the different IPC resources are discussed. The chapter then tells how to modify IPC parameters both statically and dynamically. Finally, the role of pipes as IPC facilities in Linux is discussed.
Interprocess communication allows processes to synchronize with each ...