POSIX Shared Memory in Linux
How to do interprocess communication using the POSIX shared memory calls is explained with example client-server programs.
0 Comments
October 3, 2018
How to do interprocess communication using the POSIX shared memory calls is explained with example client-server programs.
How to do interprocess communication using the System V shared memory calls is explained with example programs.
Any two processes can communicate using FIFOs in Linux. Interprocess communication using FIFOs is explained using a client-server example.
The pipe is a fundamental interprocess communication mechanism in Linux. Interprocess communication using pipes is explained with an example.