ACE Tutorial 020
Sharing your Memories with persistence


This tutorial mirrors the previous. Instead of using shared memory, this time we'll be using a memory-mapped file.

The cool thing about doing it this way is that we gain persistence of memory even across reboots. I wonder if you could memory map a file that's mounted via NFS?

Like the shared memory tutorial, this one is also very basic and primitive. I'm assuming you've read that one, so I'll just hit the high points this time through..

Kirthika's abstract:


[Tutorial Index] [Continue This Tutorial]