IPC in Shared-Memory Systems

An area of memory that is shared among multiple processes.

This area is controlled by the user processes.

ISSUES: we need to synchronise the access to the shared memory

code example