Processes can communicate between each other in various ways, one of the techniques is by using shared memory, i.e. the processes share a me...Read more »

The Magician Of Linux
Processes can communicate between each other in various ways, one of the techniques is by using shared memory, i.e. the processes share a me...Read more »
In the previous post we saw how we can create a message queue and use the same to communicate between processes. The message queues also ha...Read more »
In the previous post we saw the various functions available for creation of message queues. Now let us look at an example for creating and...Read more »
Message queues are one of the many ways of communicating among processes in linux. Message queues communicate by sending and reciveing mess...Read more »
In the last post we saw the how to create pipes for communication between processes in linux. One of the major disadvantage of pipes is th...Read more »
Linux provides many ways for processes to communicate with each other. One of them is using pipes. Like a pipe that carries water in which ...Read more »