From owner-cvs-src@FreeBSD.ORG Tue Jul 24 00:48:41 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3889F16A419 for ; Tue, 24 Jul 2007 00:48:41 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outT.internet-mail-service.net (outT.internet-mail-service.net [216.240.47.243]) by mx1.freebsd.org (Postfix) with ESMTP id 1B66E13C45E for ; Tue, 24 Jul 2007 00:48:41 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.32) with ESMTP; Mon, 23 Jul 2007 17:38:08 -0700 Received: from julian-mac.elischer.org (nat.ironport.com [63.251.108.100]) by idiom.com (Postfix) with ESMTP id B0C9B125B12; Mon, 23 Jul 2007 17:38:07 -0700 (PDT) Message-ID: <46A54A0B.4000109@elischer.org> Date: Mon, 23 Jul 2007 17:38:35 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.5 (Macintosh/20070716) MIME-Version: 1.0 To: Jeremie Le Hen References: <200707032126.l63LQ7ea027929@repoman.freebsd.org> <20070703142714.F552@10.0.0.1> <20070723201642.GC96643@obiwan.tataz.chchile.org> In-Reply-To: <20070723201642.GC96643@obiwan.tataz.chchile.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2007 00:48:41 -0000 Jeremie Le Hen wrote: > Hi Jeff, > > On Tue, Jul 03, 2007 at 02:27:51PM -0700, Jeff Roberson wrote: >> For the curious, these last two patches make a substantial improvement to >> mysql write performance on my 8way opteron: >> >> http://people.freebsd.org/~jeff/mysqlwrite.png >> >> The green line is without and the blue line is with. > > Just for information, do you have any hint why Linux eventually > performs better above 18 threads? I think that is the wrong question.. the question is "why do we drop off after 8?" which I'm sure Jeff is already working on. > > Thank you for your work. > Best regards,