bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iohelp handle_io_release_conch doesn't lock shared page


From: Thomas Bushnell, BSG
Subject: Re: iohelp handle_io_release_conch doesn't lock shared page
Date: 11 May 2002 14:10:47 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> writes:

> For shared libraries, we use MAP_COPY.  Maybe we can use this for
> executables, too?

That is what we do, but the present issue is different; we're talking
only about atomicity: that is, if you write the file, then your exec
is either the pre-write version or the post-write version, but never
some kind of mix.  If the exec does several different reads and maps
(all of which are already done with MAP_COPY), then these might get
the file at different states; that's the point.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]