Fedora: an example of community involvement
Posted Nov 25, 2004 9:35 UTC (Thu) by
forthy (guest, #1525)
Parent article:
Fedora: an example of community involvement
One culprit of long boot time is init, which starts processes
sequentially. On the last LinuxTag, a guy next to me in the bar BQ queue
told me that he had changed init to run all the setup scripts of one
run-level in parallel, and reported a very significant speed-up in boot
time. It's probably not an universal solution, since run levels are not
necessary dependency graphs, but creating such a dependency graph and
executing it as parallel as possible should help (or at least start all
S<n> scripts with equal n in parallel).
(
Log in to post comments)