[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...

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to