From owner-freebsd-threads@FreeBSD.ORG Fri May 23 07:43:39 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 ADB5137B401 for ; Fri, 23 May 2003 07:43:39 -0700 (PDT) Received: from silver.he.iki.fi (silver.he.iki.fi [193.64.42.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69BF643F85 for ; Fri, 23 May 2003 07:43:38 -0700 (PDT) (envelope-from pete@he.iki.fi) Received: from PETEX31 (h81.vuokselantie10.fi [193.64.42.129]) by silver.he.iki.fi (8.12.9/8.11.4) with SMTP id h4NEhZk8017306 for ; Fri, 23 May 2003 17:43:36 +0300 (EEST) (envelope-from pete@he.iki.fi) Message-ID: <089001c32139$ae0d5e30$c02a40c1@PETEX31> From: "Petri Helenius" To: Date: Fri, 23 May 2003 17:43:30 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: basic thread question 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: Fri, 23 May 2003 14:43:40 -0000 In 5-CURRENT (5.1-BETA) what is the way to link/compile my posix threads program so I would get more than one thread scheduled on a SMP machine? Is there a document somewhere or does it "just work" ? Pete