From owner-freebsd-performance@FreeBSD.ORG Sat Dec 1 04:21:47 2007 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4601316A418 for ; Sat, 1 Dec 2007 04:21:47 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id E244D13C448 for ; Sat, 1 Dec 2007 04:21:46 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.13.8/8.13.8) with ESMTP id lB13j9dV095211; Fri, 30 Nov 2007 22:45:09 -0500 (EST) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id lB13j8Ql001167 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 Nov 2007 22:45:08 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <200712010345.lB13j8Ql001167@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Fri, 30 Nov 2007 22:43:10 -0500 To: phoemix@harmless.hu From: Mike Tancsa In-Reply-To: <20071130143023.I884@192.168.1.107> References: <20071129101729.GA57985@harmless.hu> <20071130143023.I884@192.168.1.107> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: freebsd-performance@freebsd.org Subject: Re: mysql scaling questions X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Dec 2007 04:21:47 -0000 At 07:31 PM 11/30/2007, Jeff Roberson wrote: >>Though, maybe I should rebuild it dynamically to ensure it's >>linked against libthr (and not pthread or c_r)... >> >>So, any tips, guesses, anything what can cause this? I would make it dynamic instead of static. I seem to recall this issue in the past ---Mike