You are not logged in.
Pages: 1
What pros/cons does backgrounding all daemons have?
Offline
What pros/cons does backgrounding all daemons have?
pros - speeds up the boot process
cons - doesn't speed up the boot process
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Could you explain that?
Last edited by deadlylife (2009-02-15 23:19:43)
Offline
Could you explain that?
Well if you start all the daemons in the background -- it continues with the normal boot process. Its called multi-tasking. That way, it takes you to the desktop faster because daemons can be started while you are lets say entering your username and password. If you don't start it in the background, the daemons have to start in the order they are listed before it can go on to do other things. So if you had cond before alsa in the DAEMONS array, alsa will not start unless crond has started and so on...
Last edited by Inxsible (2009-02-15 23:31:31)
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Is there a way to, if all daemons have not loaded by the time I log in, to stop everything and wait for the rest to start?
Offline
If the daemons load in the background the boot is faster but some daemons may depend on others being loaded before they can load.
Offline
Is there a way to, if all daemons have not loaded by the time I log in, to stop everything and wait for the rest to start?
Well if a particular daemon is important that you want it to start before log in, then you can have it, so that it is not started in background. You can selectively choose which daemons you want to put in the background.
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Okay, thank you, I just tried and they all load by the time I've logged in.
Offline
Okay, thank you, I just tried and they all load by the time I've logged in.
Congratulations on your increased boot speed
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Pages: 1