From owner-freebsd-stable@FreeBSD.ORG Sat Dec 10 01:10:53 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67064106566B for ; Sat, 10 Dec 2011 01:10:53 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id E54648FC12 for ; Sat, 10 Dec 2011 01:10:50 +0000 (UTC) Received: by lahl5 with SMTP id l5so984220lah.13 for ; Fri, 09 Dec 2011 17:10:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=vpqYpD/v/n4luajqZXrR+Oefw/DOJBPlXA977yllzE0=; b=VLxsHp0yPqd5++o7Hh4Xto+Hy1ErD/05ybnNdVVCa22nzFL27XZOSljnozgbO/0Hz4 gy1O6OWMY+Ut0MQn7iqEfUNufQp8RBOfRwA/l065W7yXVNZRO2tPV/492OeI51Mts6ea ctGb4I9eaGg+saXKeoeaZWgGSlTp3Ml4bnXuU= Received: by 10.152.103.71 with SMTP id fu7mr3212844lab.31.1323479448239; Fri, 09 Dec 2011 17:10:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.36.165 with HTTP; Fri, 9 Dec 2011 17:10:17 -0800 (PST) In-Reply-To: <4EE1EAFE.3070408@m5p.com> References: <4EE1EAFE.3070408@m5p.com> From: Eitan Adler Date: Fri, 9 Dec 2011 20:10:17 -0500 Message-ID: To: George Mitchell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: SCHED_ULE should not be the default X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2011 01:10:53 -0000 On Fri, Dec 9, 2011 at 6:03 AM, George Mitchell wr= ote: > dnetc is an open-source program from http://www.distributed.net/. =C2=A0I= t > tries a brute-force approach to cracking RC4 puzzles and also computes > optimal Golomb rulers. =C2=A0It starts up one process per CPU and runs at > nice 20 and is, for all intents and purposes, 100% compute bound. Try idprio as well (atm it requires root to use though). nice only means "play nice". idprio means "only run when nothing else wants to run". --=20 Eitan Adler