Hacker News new | ask | show | jobs
by zerr 2628 days ago
Interesting that Redis uses fork() for COW implementation.
1 comments

It should be possible to achieve the same with mmap() and MAP_PRIVATE