From owner-freebsd-hackers Sun Mar 4 10:42:39 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from cx420564-b.tucson1.az.home.com (cx420564-b.tucson1.az.home.com [24.21.112.225]) by hub.freebsd.org (Postfix) with ESMTP id CC98337B718 for ; Sun, 4 Mar 2001 10:42:34 -0800 (PST) (envelope-from fracture@cx420564-b.tucson1.az.home.com) Received: (from fracture@localhost) by cx420564-b.tucson1.az.home.com (8.11.1/8.11.1) id f24BY9d12674; Sun, 4 Mar 2001 11:34:09 GMT (envelope-from fracture) Date: Sun, 4 Mar 2001 11:34:09 +0000 From: Jordan DeLong To: Daniel Eischen Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: FreeBSD pthreads Message-ID: <20010304113409.A12423@cx420564-b.tucson1.az.home.com> References: <20010304101847.A8709@cx420564-b.tucson1.az.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from eischen@vigrid.com on Sun, Mar 04, 2001 at 01:02:25PM -0500 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Mar 04, 2001 at 01:02:25PM -0500, Daniel Eischen wrote: > On Sun, 4 Mar 2001, Jordan DeLong wrote: > > Hey; I've got a question about the pthread implementation on freebsd. I was > > looking it over and noticed that the pthread library is green; which is > > disadvantagous on SMP machines. I found a port of the linux pthreads, but it > > uses rfork() to create the new threads... > > > > Anyway; I was curious if a clone() call is in the works for freebsd 5.0? And > > see rfork_thread(3). A pthreads implementation using it is in the works > for 5.0. > I just took a look at this. Looks extra cool, hehe. thanks, -Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message