Subject: Re: UBC, interactive performance, etc
To: None <tech-kern@netbsd.org>
From: der Mouse <mouse@Rodents.Montreal.QC.CA>
List: tech-kern
Date: 04/04/2001 09:35:08
>> There is no `free, otherwise unused memory' and the buffer cache
>> guarantees that.

> ... and this is a good thing!  why have memory sitting around useless
> when it could be storing a potentially useful piece of file data?

Without wishing to comment on the claim that this is a good thing, I
offer one possible answer to the (presumably intended as rhetorical)
question: because it is then available significantly faster when the
demand arises.  At the very least you need to load it with what it's
supposed to hold (even if that's just a bzero); if the page is dirty
you'll need to push it out.

					der Mouse

			       mouse@rodents.montreal.qc.ca
		     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B