From owner-cvs-all@FreeBSD.ORG Wed Sep 5 19:51:13 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E0FC16A418; Wed, 5 Sep 2007 19:51:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 093E413C47E; Wed, 5 Sep 2007 19:51:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 51E1D474A8; Wed, 5 Sep 2007 15:51:00 -0400 (EDT) Date: Wed, 5 Sep 2007 20:51:00 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Kris Kennaway In-Reply-To: <46DECB5B.9020801@FreeBSD.org> Message-ID: <20070905205015.D42404@fledge.watson.org> References: <200709042240.l84Mepmx031000@repoman.freebsd.org> <20070904175220.Q534@10.0.0.1> <20070905071752.GG87451@elvis.mu.org> <46DE6DAC.1010209@FreeBSD.org> <20070905094949.C42258@odysseus.silby.com> <46DECB5B.9020801@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, Mike Silbersack , Alfred Perlstein , cvs-all@FreeBSD.org, Jeff Roberson Subject: Re: cvs commit: src/sys/conf NOTES files options src/sys/dev/acpica acpi_ec.c src/sys/kern kern_ktrace.c kern_rwlock.c kern_sx.c kern_thread.c subr_sleepqueue.c subr_turnstile.c src/sys/netinet6 in6_src.c src/sys/sys _rwlock.h _sx.h lock_profile.h proc.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2007 19:51:13 -0000 On Wed, 5 Sep 2007, Kris Kennaway wrote: > Mike Silbersack wrote: >> >> On Wed, 5 Sep 2007, Kris Kennaway wrote: >> >>> Check my slides from the devsummit, at >>> >>> http://people.freebsd.org/~kris/scaling/Scalability%20Update.pdf >>> >>> Most of the improvement to mysql on 7.0 came from fixed sx locks and >>> converting filedesc to use them. >> >> I can't remember. Are filedesc locking improvements helpful to only >> threaded apps, or do non-threaded apps benefit as well? > > Threaded. They actually may also lower the overhead for non-threaded apps to perform some operations, but the difference won't be nearly as dramatic as for threaded applications that pound the file descriptor array heavily. Robert N M Watson Computer Laboratory University of Cambridge