From owner-freebsd-questions@FreeBSD.ORG Sat Mar 10 22:41:27 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6812F16A400 for ; Sat, 10 Mar 2007 22:41:27 +0000 (UTC) (envelope-from wojtek@tensor.gdynia.pl) Received: from chylonia.3miasto.net (chylonia.3miasto.net [83.12.228.78]) by mx1.freebsd.org (Postfix) with ESMTP id DA9E313C48D for ; Sat, 10 Mar 2007 22:41:26 +0000 (UTC) (envelope-from wojtek@tensor.gdynia.pl) Received: from chylonia.3miasto.net (localhost [127.0.0.1]) by chylonia.3miasto.net (8.13.8/8.13.4) with ESMTP id l2ALelgr009357; Sat, 10 Mar 2007 22:40:47 +0100 (CET) (envelope-from wojtek@tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by chylonia.3miasto.net (8.13.8/8.13.4/Submit) with ESMTP id l2ALelPc009354; Sat, 10 Mar 2007 22:40:47 +0100 (CET) (envelope-from wojtek@tensor.gdynia.pl) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Sat, 10 Mar 2007 22:40:47 +0100 (CET) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: David Schulz In-Reply-To: <55D533EB-26F9-40B7-838B-8BCB9D0A9463@tca-cable-connector.com> Message-ID: <20070310223906.E8914@chylonia.3miasto.net> References: <6faf55220703100845u62eab431y3a16ae0d8cb3bba7@mail.gmail.com> <55D533EB-26F9-40B7-838B-8BCB9D0A9463@tca-cable-connector.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Questions Subject: Re: Howmany CPU Does FreeBSD Support ? 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: Sat, 10 Mar 2007 22:41:27 -0000 > I have heard it does not scale well above 4 to be clear. kernel task (disk I/O, network etc.) is always on first processor, everything else on any CPU. so as long as disk I/O network and other kernel tasks are able to fit on one processor that's OK. for machines doing mostly pure computing 8-16 CPU may work fine, for machines doing mostly fileserving and routing even 2 CPUs may be not well utilized