next up previous contents
Next: Fast Local Communication Up: Interprocess Communication Previous: Interprocess Communication   Contents

Shared Memory

Shared memory allows two or more processes to access the same memory as if they all called malloc and were returned pointers to the same actual memory. When one process changes the memory, all the other processes see the modification.

Subsections

Cem Ozdogan 2007-05-16