From owner-freebsd-threads@FreeBSD.ORG Wed Apr 9 08:19:47 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 E7A1E37B401; Wed, 9 Apr 2003 08:19:47 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46B1F43F85; Wed, 9 Apr 2003 08:19:47 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from pcnet1.pcnet.com (localhost [127.0.0.1]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h39FJhBg010776; Wed, 9 Apr 2003 11:19:43 -0400 (EDT) Received: from localhost (eischen@localhost)h39FJhnR010773; Wed, 9 Apr 2003 11:19:43 -0400 (EDT) Date: Wed, 9 Apr 2003 11:19:43 -0400 (EDT) From: Daniel Eischen To: Craig Rodrigues In-Reply-To: <20030409130547.GB40511@attbi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: David Xu cc: freebsd-threads@freebsd.org Subject: Re: Scope system threads (was Re: PS_BLOCKED) 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, 09 Apr 2003 15:19:48 -0000 On Wed, 9 Apr 2003, Craig Rodrigues wrote: > On Wed, Apr 09, 2003 at 05:26:02PM +0800, David Xu wrote: > > > If you could debug those that would help a lot. > > > > > OK, I can use C++. I did ever use ACE, I will try ACE 5.2. > > If you can, you should try ACE 5.3.1 from: > http://deuce.doc.wustl.edu/Download.html > > I submitted a lot of FreeBSD patches to versions of ACE > 5.2. Did you look at my patches to see if there are any others that should be submitted? > To build ACE: > - get it from the above URL > - extract the ACE package, everything will be under an ACE_wrappers > directory > - set the ACE_ROOT environment variable to: {full path}/ACE_wrappers > - cd $ACE_ROOT > - gmake -- Dan Eischen