Subject: Re: Proposed new syscalls: pread and pwrite
To: None <grefen@convex.com>
From: Perry E. Metzger <perry@piermont.com>
List: tech-kern
Date: 12/05/1995 13:33:29
Stefan Grefen writes:
> What you see is the systemcall overhead for the lseek. Make syscalls
> faster and the benefit becomes smaller and smaller ...

Er, sometime in the future when we do multiprocessor systems, we can
potentially save a bunch of locking by having these calls. I think
they are worthwhile...

Perry