27 Aug
2013
27 Aug
'13
4:58 p.m.
On Tue, Aug 27, 2013 at 6:53 AM, Oodini
Hi. You will need to define what kinds of multithreaded tasks you will have. Will you be reading, writing, or both?
Only read !
Sorry for having forgotten this crucial piece of info ! :)
As long as the file isn't being modified, it should be fine to both (a) map it in different processes, and (b) access the data in the mapped region from many threads in and and/or all processes. Brian