From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 7 11:31:57 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85DFC16A4CE for ; Tue, 7 Sep 2004 11:31:57 +0000 (GMT) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3084643D54 for ; Tue, 7 Sep 2004 11:31:57 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) i87BVrjf026625; Tue, 7 Sep 2004 07:31:54 -0400 (EDT) Date: Tue, 7 Sep 2004 07:31:53 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Julian Elischer In-Reply-To: <413D6001.8000609@elischer.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) cc: freebsd-hackers@freebsd.org cc: Dennis George Subject: Re: Support for SMT in latest FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Eischen List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 11:31:57 -0000 On Tue, 7 Sep 2004, Julian Elischer wrote: > Dennis George wrote: > > Hi, > > > > Acutally I was wondering if there is no support for SMT / SMP then can > > freeBSD support dual processors..... Or can I utlize dual-processor in its > > fullness ????????? Actually, I think he's more insterested in threading across multiple processors, so: > > yes. > in 5.3 or 6.0 very yes With libpthread or libthr in 5.3 and -current, yes. With libc_r, no. > in 5.2 yes With libkse (renamed to libpthread in 5.3 and -current) and libthr, yes, but both are experimental in this release. You really want 5.3 or -current if you want to use libpthread or libthr. With libc_r, no. > in 4.x mostly yes Only with the linuxthreads port. With libc_r, no. Neither libpthread nor libthr are available for 4.x (and won't be). There is no pbind() or processor_bind() (ala Solaris) in FreeBSD (yet). Julian has to add them ;-) -- Dan Eischen