Subject: Re: RAW access to files
To: Gavan Fantom <gavan@coolfactor.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: tech-kern
Date: 12/09/2001 21:39:45
On Sun, Dec 09, 2001 at 08:02:27PM +0000, Gavan Fantom wrote:
> On Sun, 9 Dec 2001, Wojciech Puchar wrote:
> 
> > example - program that process files of hundred MB's or larger. with
> > buffer cache it's slower and pollutes bufcache on multiuser system.
> >
> > another example will be movie playing
> 
> Does mmap() and madvise() with MADV_SEQUENTIAL not help here?


... especially with UBC?

	-is