From owner-freebsd-threads@FreeBSD.ORG Mon Nov 10 05:56:49 2003 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 D1D6516A4CF for ; Mon, 10 Nov 2003 05:56:49 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0637443F85 for ; Mon, 10 Nov 2003 05:56:49 -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 hAADuf1G008323; Mon, 10 Nov 2003 08:56:41 -0500 (EST) Date: Mon, 10 Nov 2003 08:56:41 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Craig Rodrigues In-Reply-To: <20031110070111.GA65707@crodrigues.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org Subject: Re: Comments about FreeBSD threading from Apache people 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: Mon, 10 Nov 2003 13:56:49 -0000 On Mon, 10 Nov 2003, Craig Rodrigues wrote: > Hi, > > I tried to submit a patch to teh Apache Portable Runtime > people to fix up the threads support in apr. > > Now, they are complaining about perceived bugs > in the FreeBSD threads code. > > Can someone with more knowledge about this stuff > comment on these perceptions? There's not enough info in STATUS to go on, and in any case it is written against libc_r. Tell them about libpthread^Wlibkse. David Xu has tested apache with threading enabled. -- Dan Eischen