From owner-cvs-all Sun Oct 22 11:28:25 2000 Delivered-To: cvs-all@freebsd.org Received: from eeyore.local.dohd.org (d0030.dtk.chello.nl [213.46.0.30]) by hub.freebsd.org (Postfix) with ESMTP id 6350537B4CF; Sun, 22 Oct 2000 11:28:21 -0700 (PDT) Received: by eeyore.local.dohd.org (Postfix, from userid 1008) id 0CE2CBAB2; Sun, 22 Oct 2000 20:28:17 +0200 (MET DST) Date: Sun, 22 Oct 2000 20:28:17 +0200 From: Mark Huizer To: Jordan Hubbard Cc: Mark Huizer , "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc Message-ID: <20001022202817.A30674@dohd.cx> References: <82968.972178582@winston.osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <82968.972178582@winston.osd.bsdi.com>; from jkh@winston.osd.bsdi.com on Sat, Oct 21, 2000 at 06:36:22PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Hmm... that putting the entropy reseeding in background doesn't improve > > anything if 2 lines later ldconfig, mfs, or whatever sets in and blocks > > for it? > Yeah, I should have noted that I wasn't considering this a major > speed-up so much as a simple stylistic point. The amount of actual > time gained would be relatively fractional unless that dd is stuffing > far more data down /dev/random than is needed for sshd or whatever. Either you have data to give to /dev/random, not needing all entropy gathering, giving you no gain by backgrounding it. Or you don't have the data and you need entropy and you don't have enough for most of the processes coming later. I still see no gain, not even stylistic :-) Mark -- Nice testing in little China... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message