Comment by zerr 7 years ago Interesting that Redis uses fork() for COW implementation. 1 comment zerr Reply Mic92 7 years ago It should be possible to achieve the same with mmap() and MAP_PRIVATE
It should be possible to achieve the same with mmap() and MAP_PRIVATE