From owner-freebsd-threads@FreeBSD.ORG Tue Nov 11 18:28:35 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 A623A16A4CE for ; Tue, 11 Nov 2003 18:28:35 -0800 (PST) Received: from exchhz01.viatech.com.cn (ip-167-164-97-218.anlai.com [218.97.164.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5129F43FBF for ; Tue, 11 Nov 2003 18:28:28 -0800 (PST) (envelope-from davidxu@viatech.com.cn) Received: from viatech.com.cn (ip-240-1-168-192.rev.dyxnet.com [192.168.1.240]) by exchhz01.viatech.com.cn with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id TZ2GZJPG; Wed, 12 Nov 2003 10:08:02 +0800 Message-ID: <3FB19C12.50608@viatech.com.cn> Date: Wed, 12 Nov 2003 10:33:54 +0800 From: David Xu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030723 Thunderbird/0.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Craig Rodrigues References: <20031110070111.GA65707@crodrigues.org> <20031111005826.GA98288@crodrigues.org> In-Reply-To: <20031111005826.GA98288@crodrigues.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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: Wed, 12 Nov 2003 02:28:35 -0000 Craig Rodrigues wrote: >On Mon, Nov 10, 2003 at 08:56:41AM -0500, Daniel Eischen wrote: > > >>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. >> >> > > >Hi, > >Here is more feedback from the Apache >people. It might be worth >taking their experiences into account... > > > > I have tried, but can not reproduce the problem, I am using likse, the test was done on SMP machine. David Xu