From owner-freebsd-amd64@FreeBSD.ORG Sat Oct 1 14:31:39 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B78CC16A41F for ; Sat, 1 Oct 2005 14:31:39 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06D4043D67 for ; Sat, 1 Oct 2005 14:31:35 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-37-18.dynamic.qsc.de [212.202.37.18]) by efacilitas.de (Postfix) with ESMTP id 793074B21A; Sat, 1 Oct 2005 16:38:27 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id DEDF9332AE1; Sat, 1 Oct 2005 16:31:45 +0200 (CEST) Message-ID: <433E9DD1.90900@cs.tu-berlin.de> Date: Sat, 01 Oct 2005 16:31:45 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Freddie Cash References: <1102494183.41b6b9e726b2f@www.domainfactory-webmail.de> <433D3C12.6020104@axis.nl> <200509300925.38171.fcash-ml@sd73.bc.ca> In-Reply-To: <200509300925.38171.fcash-ml@sd73.bc.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-amd64@freebsd.org Subject: Re: Which MySQL version best to use and with/without linux threads? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 14:31:39 -0000 Freddie Cash wrote: > Scott Long and Kris Kenneway ran various benchmarks back in the early > 5.x days comparing MySQL 4 compiled with LinuxThreads, libc_r, libkse > (the default threading library on 5.x and 6.x), and libthr. In almost > all cases, libkse was just as faster or faster than LinuxThreads. Do you have a reference? I couldn't reproduce this conclusion. Björn