Re: [patch] preemptive kernel, preemptive-2.3.52-A7

From: yodaiken@fsmlabs.com
Date: Sun Mar 26 2000 - 16:46:51 EST


On Sun, Mar 26, 2000 at 06:44:30PM +0200, Andi Kleen wrote:
> yodaiken@fsmlabs.com 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 majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Mar 31 2000 - 21:00:18 EST