Next: Mapping an Ordinary File
Up: Interprocess Communication
Previous: Wait and Post Operations
Contents
- Mapped memory permits different processes to communicate via a shared file.
- Mapped memory can be used for interprocess communication or as an easy way to access the contents of a file.
- Linux splits the file into page-sized chunks and then copies them into virtual memory pages so that they can be made available in a process's address space.
Subsections
Cem Ozdogan
2007-05-16