Hacker News new | ask | show | jobs
by akkartik 2294 days ago
Yeah, you have to run a server. When a process exits, all its mmap'd pages are reclaimed. Just like any other memory.
1 comments

But this excerpt says that this technique obviates the need for a server process? Are they saving the contents of memory into files using mmap, and then using this state on every run?
I just reread your quoted passage and noticed the reference to the OS's file cache. Ok, this is outside my knowledge :)