On Fri, 22 Oct 2010 10:18:52 +0100
Sad Clouds <cryintotheblue...@googlemail.com> wrote:

> A pipelined request, say for 10 small files can be served with a single
> writev() system call (provided those files are cached in RAM), if you
> rely on kernel file cache, you need to issue 10 write() system calls.

Is this also true if the 10 iovecs point to mmap(2)ed files/buffers
which pages were recently accessed?
-- 
Matt

Reply via email to