From owner-freebsd-threads@FreeBSD.ORG Wed Feb 18 07:18:49 2004 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 151AD16A4D1 for ; Wed, 18 Feb 2004 07:18:49 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5FF143D3F for ; Wed, 18 Feb 2004 07:18:48 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i1IFIfSQ006883; Wed, 18 Feb 2004 10:18:44 -0500 (EST) Date: Wed, 18 Feb 2004 10:18:41 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Petri Helenius In-Reply-To: <40330E09.9090900@he.iki.fi> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE cc: freebsd-threads@freebsd.org Subject: Re: More on MySQL -- Fatal trap 12 X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 15:18:49 -0000 On Wed, 18 Feb 2004, Petri Helenius wrote: > Daniel Eischen wrote: >=20 > >Oh, I assumed you guys were tracking -current, not sticking with > >the last release... > > > > =20 > > > I could to that on the test boxes but I=B4m also trying to figure out if = I=20 > could switch from linuxthreads to kse in production stuff. After I=B4m=20 > convinced that can be done, I have more load to put on the -CURRENT=20 > boxes. It would be kind of scary to run current "for real" :). >=20 > How large the differences are between RELENG_5_2 and HEAD ? (I could=20 > look in cvs but it probably does not give the right picture) http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libpthread/thread/?sortby= =3Ddate#dirlist Mostly some cancellation cleaups, adding cancellation points for accept() and connect(), deadlock prevention for recursive rwlocks, cancellation points for sem_[try|timed]wait(). --=20 Dan Eischen