Inter-process communication in Linux: Using pipes and message queues

Chat bubbles

This is the second article in a series about interprocess communication (IPC) in Linux. The first article focused on IPC through shared storage: shared files and shared memory segments. This article turns to pipes, which are channels that connect processes for communication.

read more

Source:
https://opensource.com/article/19/4/interprocess-communication-linux-channels