Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 10 Feb 2003 08:16:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 10 Feb 2003 08:16:44 -0500 Received: from 3-157.ctame701-1.telepar.net.br ([200.193.161.157]:50373 "EHLO 3-157.ctame701-1.telepar.net.br") by vger.kernel.org with ESMTP id ; Mon, 10 Feb 2003 08:16:43 -0500 Date: Mon, 10 Feb 2003 11:26:01 -0200 (BRST) From: Rik van Riel X-X-Sender: riel@imladris.surriel.com To: Andrea Arcangeli cc: Nick Piggin , Hans Reiser , Andrew Morton , "" , "" , "" , "" , "" Subject: Re: stochastic fair queueing in the elevator [Re: [BENCHMARK] 2.4.20-ck3 / aa / rmap with contest] In-Reply-To: <20030210120006.GC31401@dualathlon.random> Message-ID: References: <20030210001921.3a0a5247.akpm@digeo.com> <20030210085649.GO31401@dualathlon.random> <20030210010937.57607249.akpm@digeo.com> <3E4779DD.7080402@namesys.com> <20030210101539.GS31401@dualathlon.random> <3E4781A2.8070608@cyberone.com.au> <20030210111017.GV31401@dualathlon.random> <3E478C09.6060508@cyberone.com.au> <20030210113923.GY31401@dualathlon.random> <3E4790F7.2010208@cyberone.com.au> <20030210120006.GC31401@dualathlon.random> X-spambait: aardvark@kernelnewbies.org X-spammeplease: aardvark@nl.linux.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1287 Lines: 32 On Mon, 10 Feb 2003, Andrea Arcangeli wrote: > On Mon, Feb 10, 2003 at 10:45:59PM +1100, Nick Piggin wrote: > > perspective it does nullify the need for readahead (though > > it is obivously still needed for other reasons). > > I'm guessing that physically it may be needed from a head prospective > too, I doubt it only has to do with the in-core overhead. Seeing it all > before reaching the seek point might allow the disk to do smarter things > NOTE: just to be sure, I'm not at all against anticpiatory scheduling, Most disks seem to have a large cache, but with the cache unit for most of the cache being one _track_ at a time. This has the effect of the disk reading one track in at a time, but only being able to cache a few of these tracks in its cache. Anticipatory scheduling should reduce any thrashing of this disk cache. regards, Rik -- Bravely reimplemented by the knights who say "NIH". http://www.surriel.com/ http://guru.conectiva.com/ Current spamtrap: october@surriel.com - 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/