On 28 May 2000, Alexandre Julliard wrote:

> [EMAIL PROTECTED] writes:
> 
> >        MAP_SHARED Share  this  mapping  with  all other processes
> >                   that map this object
> > 
> > Now, is it just me, or if you mmap() shared sections with MAP_SHARED, then
> > everything works beautifully?
> 
> No, because the mapping will also be shared with the disk file, so
> that modifications to the shared section will modify the executable on
> disk; not exactly what we want...
>  
Good point :)

Okay, what about loading shared sections in to the wine server process,
and having processes that use those shared sections anonymously
mmap() them in to their own address space?

Reply via email to