Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 11 Jan 2002 16:52:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 11 Jan 2002 16:52:21 -0500 Received: from coffee.psychology.McMaster.CA ([130.113.218.59]:29097 "EHLO coffee.psychology.mcmaster.ca") by vger.kernel.org with ESMTP id ; Fri, 11 Jan 2002 16:52:06 -0500 Date: Fri, 11 Jan 2002 16:53:04 -0500 (EST) From: Mark Hahn X-X-Sender: To: =?ISO-8859-15?Q?Fran=E7ois?= Cami cc: Subject: Re: [patch] O(1) scheduler, -G1, 2.5.2-pre10, 2.4.17 (fwd) In-Reply-To: <3C3F5C43.7060300@wanadoo.fr> Message-ID: 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 > I do vote for optimal cache use. Using squid (200MB process in my case) > can be much faster if squid stays on the same CPU for a while, instead > of hopping from one CPU to another (dual PII350 machine). well, a typical desktop processor has 256-512K cache, and at least 500 MB/s dram bandwidth, so cache flush time is only ~1ms, and can be as low as .2 ms. the fact that all current CPUs are out-of-order can hide some of this, as well... - 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/