pmem / pmemfile

Userspace implementation of file APIs using persistent memory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Access to pmemfile pool from multiple processes

marcinslusarz opened this issue · comments

Blocked on multi-process support in pmemobj: pmem/issues#486

For testing purposes we now have very slow emulation of multi-process support, enabled by PMEMFILE_PRELOAD_PROCESS_SWITCHING environment variable. (#279)

Another workaround is pmemfile-fuse, which we have since #358. It's relatively slow, but much faster than process switching.