Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Apr 2004 17:02:00 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Colin Percival <colin.percival@wadham.ox.ac.uk>
Cc:        Divacky Roman <xdivac02@eva.fit.vutbr.cz>
Subject:   Re: Optimizing RCng execution speed ?
Message-ID:  <20040412220200.GD19655@dan.emsphone.com>
In-Reply-To: <6.0.1.1.1.20040412223815.043a2e68@imap.sfu.ca>
References:  <11095.1081621779@critter.freebsd.dk> <20040411083611.GA63990@stud.fit.vutbr.cz> <6.0.1.1.1.20040412223815.043a2e68@imap.sfu.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Apr 12), Colin Percival said:
> At 09:36 11/04/2004, Divacky Roman wrote:
> >RCng uses dependancies so it naturally makes a graph where some
> >nodes are independant of each other. what about executing this in
> >parallel?
> 
>   I've put together some code for this -- I hacked up rcorder to
> output sets of scripts which can be run simultaneously, had rc.subr
> run them in the background, and had /etc/rc wait after each group.
>   Much to my surprise, it didn't help -- in fact, it resulted in a 5%
> slowdown (on my single processor, HTT-enabled system).

This may be due to (at least watching my systems boot up) the delay
being mainly disk waits.  Running things in parallel just ends up
thrashing your boot disk.  Some way to determine the blocks accessed
during bootup and prefetching them would help the most, I think.  You
could probably get geom to log the disk block numbers, but I'm not sure
how you would cache them.  Some new sysctl in the vfs.ffs.* area,
maybe?

-- 
	Dan Nelson
	dnelson@allantgroup.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040412220200.GD19655>