Hacker News new | ask | show | jobs
by squirrellous 165 days ago
One reason to use shared memory mmap is to ensure that even if your process crashes, the memory stays intact. Another is to communicate between different processes.