flâneur — a map of the web's best reading

Inter-process communication in Linux: Shared storage | Opensource.com

opensource.com · 3,828 words · saved by 1 readers

Learn how processes synchronize with each other in Linux.

Inter-process communication in Linux: Shared storage | Opensource.com Skip to main content Search Inter-process communication in Linux: Shared storage Learn how processes synchronize with each other in Linux. 274 readers like this. This is the first article in a series about interprocess communication (IPC) in Linux. The series uses code examples in C to clarify the following IPC mechanisms: Shared files Shared memory (with semaphores) Pipes (named and unnamed) Message queues Sockets Signals This article reviews some core concepts before moving on to the first two of these mechanisms: sha

Explore this link on the map →

saved by

related reading