27 Aug
2013
27 Aug
'13
1:49 p.m.
On Aug 27, 2013 2:19 AM, "Oodini"
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/sharedmemorybetwe... )
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