Y
Hacker News
new
|
ask
|
show
|
jobs
by
zerr
2628 days ago
Interesting that Redis uses fork() for COW implementation.
1 comments
Mic92
2628 days ago
It should be possible to achieve the same with mmap() and MAP_PRIVATE
link