On Sun, Mar 26, 2000 at 06:44:30PM +0200, Andi Kleen wrote:
> [EMAIL PROTECTED] writes:
> >
> > Solution2: reduced copy writes.
> > Improved responsiveness
> > Improved throughput
> > Appropriate use of modern scatter/gather I/O hardware.
>
> And how would you implement a shared buffer cache with that ?
We've already got raw io so we don't commit to having everything in
a buffer cache. But we can have a buffer cache by requiring libc to
use
write:
if size is too big
syscall get_kiobuf_handle ptr,size, COW
write_kiobuff(handle);
or something similar.
>
>
> -Andi
--
---------------------------------------------------------
Victor Yodaiken
FSMLabs: www.fsmlabs.com www.rtlinux.com
FSMLabs is a servicemark and a service of
VJY Associates L.L.C, New Mexico.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/