Subject: [Boost-users] [interprocess] support for private mappings?
From: Zeljko Vrba (zvrba_at_[hidden])
Date: 2009-01-02 14:31:06


Does this library support private, read-write file mappings? Such mapping
is copy on write, and modifications to the mapped region remain private to
the process that created the mapping.

(POSIX: MAP_PRIVATE flag for mmap(), Windows: FILE_MAP_COPY flag to
MapViewOfFile and PAGE_WRITECOPY flag to CreateFileMapping)