$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Interprocess : multithreading of the mapping
From: Oodini (svdbg____at_[hidden])
Date: 2013-08-27 05:17:24
Hello,
I have several shared memory regions to map in my client process.
May I experience troubles if use multithreading to do this operation ?
(http://www.boost.org/doc/libs/1_54_0/doc/html/interprocess/sharedmemorybetweenprocesses.html#interprocess.sharedmemorybetweenprocesses.mapped_file.mapped_file_mapping_regions)
I have a good reason to do that.
Thanks !