Computer Science, asked by AadyaSinha4914, 10 months ago

Unix uses which features for interprocess communication

Answers

Answered by Anonymous
3

Explanation:

The traditional method of interprocess communication in UNIX is the pipe. ... Shared memory is the fastest form of interprocess communication. The main advantage of shared memory is that the copying of message data is eliminated. The usual mechanism for synchronizing shared memory access is semaphores.

Similar questions