From owner-freebsd-amd64@FreeBSD.ORG Tue Mar 23 05:59:53 2010 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBEA8106566B for ; Tue, 23 Mar 2010 05:59:52 +0000 (UTC) (envelope-from mpeirwe@ymail.com) Received: from n11.bullet.mail.mud.yahoo.com (n11.bullet.mail.mud.yahoo.com [209.191.125.210]) by mx1.freebsd.org (Postfix) with SMTP id 9BE9F8FC1D for ; Tue, 23 Mar 2010 05:59:52 +0000 (UTC) Received: from [68.142.200.227] by n11.bullet.mail.mud.yahoo.com with NNFMP; 23 Mar 2010 05:46:09 -0000 Received: from [67.195.9.81] by t8.bullet.mud.yahoo.com with NNFMP; 23 Mar 2010 05:46:09 -0000 Received: from [67.195.9.109] by t1.bullet.mail.gq1.yahoo.com with NNFMP; 23 Mar 2010 05:46:09 -0000 Received: from [127.0.0.1] by omp113.mail.gq1.yahoo.com with NNFMP; 23 Mar 2010 05:46:09 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 495148.45174.bm@omp113.mail.gq1.yahoo.com Received: (qmail 10145 invoked by uid 60001); 23 Mar 2010 05:46:09 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ymail.com; s=s1024; t=1269323169; bh=bFQc0JHC6HNPc5ImfMpY3yv5Qx478V3gBToeukNA1nQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=wO7GacitPAIXkEQkwsTVkUMfHTA4M1Z5T1mHrgDYxjN++2iy2dJFfFVDmYxW7s3ZKq/qx8FbwNHXChdHm8DdcIyNsDHpQ/6NU1kfnaqkQ0TIuyhQOh2OfGP7+ZmgujdlrkgO0UvS2pTG2HDKPmGfoxfv3vVIjC0GMYhiDRV2jAo= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=ymail.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=KWpdSPDYGWmRimIBnRFKy7WSMi2wA3eMMI9M5oFt+9f7SNmV7GwvCaiarf5au4Ijn1CxX26XXwYwZBhgACh72ZZqdehH8X38ULYZEZCDyjczY6S2LNKji6gwF+BvrqiVeYay7XYrVsUvGQD/+ZUK4qyNaNYoH0zuLzNQe9TrbcM=; Message-ID: <413350.9480.qm@web114114.mail.gq1.yahoo.com> X-YMail-OSG: ww6rUf0VM1nozeNx0PT2RiqCUiLo66RinE2wQ3SVDodSOpc GPuV3Qh3zM2fVR6l9lSndhfTCepoWgaAkOoNo2DEWh4AsWM.31594qb_nUSZ _0INDv9.s4OocwcTUCi5ODxKJiDjcYZ6LnvEhs1pum4Bp25aDuFNhvVPlTxO jK3J7UMIKOOEAWNFQBN0yl9Ln3QZWRr2pSD7.adp9Aj5PFMsb01._MGpgj1D rdALS8JX25W.lY.wKltjGUqR81OgBXCwBiKedtXlJOKTxzX5hcpPPwTYf_rj zGA4gR8xG Received: from [216.104.205.157] by web114114.mail.gq1.yahoo.com via HTTP; Mon, 22 Mar 2010 22:46:09 PDT X-Mailer: YahooMailRC/324.3 YahooMailWebService/0.8.100.260964 References: <720362.1757.qm@web114108.mail.gq1.yahoo.com> <7d6fde3d1003221049i4338d474jf842a2d153023953@mail.gmail.com> <985049.26017.qm@web114111.mail.gq1.yahoo.com> <7d6fde3d1003221521p1005213ar98a784c1b670b4ff@mail.gmail.com> Date: Mon, 22 Mar 2010 22:46:09 -0700 (PDT) From: Johnson Mpeirwe To: Garrett Cooper In-Reply-To: <7d6fde3d1003221521p1005213ar98a784c1b670b4ff@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-amd64@freebsd.org Subject: Re: Linux pthreads for AMD64 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: Tue, 23 Mar 2010 05:59:53 -0000 Well, it seems 64 bit FreeBSD 7.x only supports libthr which I have had issues with MySQL. Let me keep investigating which options I have. Thank you. ________________________________ From: Garrett Cooper To: Johnson Mpeirwe Cc: freebsd-amd64@freebsd.org Sent: Tue, March 23, 2010 1:21:32 AM Subject: Re: Linux pthreads for AMD64 On Mon, Mar 22, 2010 at 11:58 AM, Johnson Mpeirwe wrote: > Thanks, I meant non-NPTL threads which were working very well with MySQL 5.1 > on a 32bit FreeBSD 6.2 installation. I was looking for a FreeBSD thread > library that I can try other than libthr. linuxthreads has been dead and buggy since the early days of 2.6.x though... is NPTL threading wonky with MySQL? Thanks, -Garrett