Re: mmap bug

[ Available lists | Index of freebsd-hackers | Month of Aug 1999 | Week of 12 Aug 1999 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Arun Sharma <adsharma@home.com>
Date
12 Aug 1999 21:52:11
Subject
Re: mmap bug
Message-ID
19990812235208.A17058@home.com


[ Hide this part ]
On Thu, Aug 12, 1999 at 12:02:19PM +0100, Tony Finch wrote:
> Matthew Dillon <dillon@apollo.backplane.com> wrote:
> >
> > One solution would be to map clean R+W pages RO and force a write fault
> > to occur, allowing the system to recognize that there are too many dirty
> > pages in vm_fault before it is too late and flush some of them. The
> > downside of this is that, of course, we take unnecessary faults.
>
> Surely they aren't unnecessary faults if they are required for correctness?

They _are_ unnecessary faults, if other correct solutions exist.
The second alternative - to mark system daemons as special
sounds much more attractive.

-Arun



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Elapsed time: 0.149 seconds