From owner-freebsd-current Wed Oct 30 19:47: 8 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2578F37B401 for ; Wed, 30 Oct 2002 19:47:08 -0800 (PST) Received: from motgate3.mot.com (motgate3.mot.com [144.189.100.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65E5743E3B for ; Wed, 30 Oct 2002 19:47:07 -0800 (PST) (envelope-from rittle@latour.rsch.comm.mot.com) Received: [from mothost.mot.com (mothost.mot.com [129.188.137.101]) by motgate3.mot.com (motgate3 2.1) with ESMTP id UAA29592 for ; Wed, 30 Oct 2002 20:44:17 -0700 (MST)] Received: [from latour.rsch.comm.mot.com (latour.rsch.comm.mot.com [145.1.80.116]) by mothost.mot.com (MOT-pobox 2.0) with ESMTP id UAA00915 for ; Wed, 30 Oct 2002 20:47:06 -0700 (MST)] Received: from latour.rsch.comm.mot.com (localhost.rsch.comm.mot.com [127.0.0.1]) by latour.rsch.comm.mot.com (8.12.6/8.12.6) with ESMTP id g9V3l2GC006241; Wed, 30 Oct 2002 21:47:02 -0600 (CST) (envelope-from rittle@latour.rsch.comm.mot.com) Received: (from rittle@localhost) by latour.rsch.comm.mot.com (8.12.6/8.12.6/Submit) id g9V3l2hw006240; Wed, 30 Oct 2002 21:47:02 -0600 (CST) Date: Wed, 30 Oct 2002 21:47:02 -0600 (CST) From: Loren James Rittle Message-Id: <200210310347.g9V3l2hw006240@latour.rsch.comm.mot.com> To: davidc@issci.ca Subject: Re: Objective-C threads Cc: current@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Use thr-objc not thr-posix. thr-objc maps to the gcc generic thread abstration layer and is better supported these days. It will also correctly disable overhead related to threading when a program is single-threaded using weak symbols. thr-posix doesn't do that... Regards, Loren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message