tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: mlock() issues
On Fri, 22 Oct 2010 10:18:52 +0100
Sad Clouds <cryintothebluesky%googlemail.com@localhost> 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
Home |
Main Index |
Thread Index |
Old Index