Possible Duplicate:
Do newer Ubuntu releases benefit from multicore processors at boot time?
I have a multi-core processor, so I just thought I'd make use of this tweak. But before I do tweak it, I would like to know whether this tweak still works in 11.10?
Ubuntu has had a concurrent (specifically, an event based) init daemon in
upstart
for a number of releases - since Ubuntu 8.04 at least. Most of the boot up process is handled by upstart scripts, and has been since Ubuntu 10.04.In short, no.
CONCURRENCY=shell
doesn't do anything useful anymore.You will save a few nanoseconds, because the remaining
rc.d
style scripts will run simultaneously.For example when booting, the system has to run the scripts in
/etc/rc2.d
directoryThe scripts with the same number in its name will run concurrently, saving a tiny little time.