$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [interprocess] support for private mappings?
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2009-01-02 18:52:49
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
or longer
You can also use lower level mapped_region for copy-on-write file
mappings using mode_t = copy_on_write.
Regards,
Ion