Subject: | Would be good to allow anonymous mapping (without a cache file) re SOX |
When the cache need only be shared among child processes there no need to keep the cache
file around. It can be deleted after the Cache::FastMmap->new call. That still leaves a race
condition though.
It would be handy if there was a way to indicate that an anonymous memory mapping was
wanted (i.e., that MAP_ANONYMOUS should be passed to mmap).