
2 Jan
2009
2 Jan
'09
11:52 p.m.
Zeljko Vrba wrote:
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.
Yes, see http://tinyurl.com/8odxjg or longer http://www.boost.org/doc/libs/1_37_0/doc/html/interprocess/managed_memory_se... You can also use lower level mapped_region for copy-on-write file mappings using mode_t = copy_on_write. Regards, Ion