On Aug 27, 2013 2:19 AM, "Oodini" <svdbg___@free.fr> wrote:
>
> 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 !

Hi.  You will need to define what kinds of multithreaded tasks you will have.  Will you be reading, writing, or both?

  Brian