From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 02:54:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from [127.0.0.1] (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 33B8C16A41F; Wed, 5 Oct 2005 02:54:28 +0000 (GMT) (envelope-from davidxu@freebsd.org) Message-ID: <4343405A.3060907@freebsd.org> Date: Wed, 05 Oct 2005 10:54:18 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.11) Gecko/20050911 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nick Evans References: <294123FE9E76C34193EF7019BAAE4B2C124F36@postal.talkpoint.com> In-Reply-To: <294123FE9E76C34193EF7019BAAE4B2C124F36@postal.talkpoint.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-amd64@freebsd.org, 'Peter Wemm' , freebsd-questions@freebsd.org Subject: Re: Which MySQL version best to use and with/without linux thread s? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2005 02:54:30 -0000 Nick Evans wrote: > > >I've been benchmarking this on a dual opteron 246 server. mysql 4.1.x and >libthr worked on 5.4, but 6.0 was faster and libthr was definitely faster >than pthreads. There's a thread about this on performance@. > >Nick > > Should libthr be default thread library on 6.x ? :-) David Xu