If we wish to synchronize the access to shared resources, we would use which of the following IPC mechanism? Pick the closest option Pipes Message queues Semaphores Sockets 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.