From owner-freebsd-questions@FreeBSD.ORG Thu Aug 28 14:26:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4D291065670 for ; Thu, 28 Aug 2008 14:26:59 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [IPv6:2001:470:a80a:1:21f:d0ff:fe22:b8a8]) by mx1.freebsd.org (Postfix) with ESMTP id A4E8F8FC16 for ; Thu, 28 Aug 2008 14:26:59 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id C8341296AE for ; Thu, 28 Aug 2008 09:26:58 -0500 (CDT) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K67rROetB+Om for ; Thu, 28 Aug 2008 09:26:49 -0500 (CDT) Received: from athena.daycos.com (athena.daycos.com [IPv6:2001:470:c054:1:221:9bff:fe00:de3f]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTPSA id B61E02AE9F for ; Thu, 28 Aug 2008 09:26:48 -0500 (CDT) From: Kirk Strauser To: freebsd-questions@freebsd.org Date: Thu, 28 Aug 2008 09:26:42 -0500 User-Agent: KMail/1.10.0 (FreeBSD/7.0-STABLE; KDE/4.1.0; amd64; ; ) References: <48B6A114.1080006@sepehrs.com> In-Reply-To: <48B6A114.1080006@sepehrs.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808280926.42126.kirk@strauser.com> Subject: Re: SMP questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2008 14:27:00 -0000 On Thursday 28 August 2008 07:59:00 H.fazaeli wrote: > Hi all, > I have 3 questions regrading SMP on freebsd 6.x: > > 1. Is there any userland tool/api to bound a process to a specific cpu? I don't think so. FreeBSD 7.x just got "cpuset" backported from -CURRENT. -- Kirk Strauser