From owner-freebsd-net@FreeBSD.ORG Wed Jan 9 06:01:39 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0C8D7C2C for ; Wed, 9 Jan 2013 06:01:39 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id 648042EB for ; Wed, 9 Jan 2013 06:01:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=ZFDfR6BgdyU71mz62VcqX3viELgbEkOeD99BXPgnAa0=; b=WSR/sgJV03p5ty5BYSD1ThFNJAEGmxLi0VVyjzapX9tqaU5ufmwmKhne98KOh31HEgVWxP//aWGh2XPP/jzf8jVH63rcn7GVvP22zcW7rom3sK7ScCPNrndh9tgw1lau; Received: from [122.129.203.50] (port=23333 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TsojI-000Vhy-NF; Tue, 08 Jan 2013 23:01:37 -0700 Date: Wed, 9 Jan 2013 13:01:33 +0700 From: Erich Dollansky To: Mark Atkinson Subject: Re: To SMP or not to SMP Message-ID: <20130109130133.0399a6cc@X220.ovitrap.com> In-Reply-To: References: <1357611958.66651.YahooMailClassic@web121603.mail.ne1.yahoo.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2013 06:01:39 -0000 Hi, On Tue, 08 Jan 2013 08:29:51 -0800 Mark Atkinson wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 01/07/2013 18:25, Barney Cordoba wrote: > > I have a situation where I have to run 9.1 on an old single core > > box. Does anyone have a handle on whether it's better to build a > > non SMP kernel or to just use a standard SMP build with just the > > one core? Thanks. > > You can build a SMP kernel, but you'll get better performance (in my > experience) with SCHED_4BSD on single cpu than with ULE. > I would not say so. The machine behaves different with the two schedulers. It depends mostly what you want to do with the machine. I forgot which scheduler I finally left in the single CPU kernel. Erich