Boost logo

Boost Users :

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)


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net