Y
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
bminor13
2294 days ago
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?
link
akkartik
2294 days ago
I just reread your quoted passage and noticed the reference to the OS's file cache. Ok, this is outside my knowledge :)
link