Re: Swap

From: David S. Miller (davem@redhat.com)
Date: Tue Nov 20 2001 - 18:40:04 EST


   From: Rik van Riel <riel@conectiva.com.br>
   Date: Tue, 20 Nov 2001 21:35:40 -0200 (BRST)

   On Tue, 20 Nov 2001, David S. Miller wrote:
> TLB misses add to the cost, and this overhead is more than
> "noise".
   
   Well, this could have something to do with the fact
   that our page fault handler only maps in _1_ page at
   a time, so we're trapping into the pagefault handler
   every 4kB...

The Apache folks were keeping it mapped across requests,
so even if it was "primed" (ie. pre-faulted), a read() into
a static buffer was still significantly faster.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Nov 23 2001 - 21:00:25 EST