Re: Thread implementations...
From: Stephen C. Tweedie <hidden>
Date: 1998-07-01 09:24:05
From: Stephen C. Tweedie <hidden>
Date: 1998-07-01 09:24:05
Hi, On Tue, 30 Jun 1998 12:35:35 -0700 (PDT), Dean Gaudet [off-list ref] said:
On Tue, 30 Jun 1998, Stephen C. Tweedie wrote:
quoted
Not for very large files: the forget-behind is absolutely critical in that case.
I dunno why you're thinking of unmapping pages though... But you do want them to be dropped from memory when appropriate.
We want to *physically* unmap them from the page tables. You can't evict the pages from cache if they are still physically mapped! --Stephen