For two or more processes to communicate with each other which of the following method is used? code example
Example: Methods of interprocess communication
It is a set of interfaces used to communicate between
set of process.For example using Pipes,Semaphores,Shared memory,
Message queuing,Sockets.