Interprocess Communication Mechanism: Name Description Scope Use
Interprocess Communication Mechanism: Name Description Scope Use
Advantages
1. Good for sharing large amount of data. 2. Very fast.
Limitations
1. No synchronization provided - applications must create their own.
2. Alternative to shared memory is mmap system call, which maps file into
the address space of the caller.