The road forward for systemd
The road forward for systemd
Posted May 27, 2010 0:10 UTC (Thu) by dbenamy (guest, #39458)In reply to: The road forward for systemd by mezcalero
Parent article: The road forward for systemd
Posted May 27, 2010 6:39 UTC (Thu)
by mezcalero (subscriber, #45103)
[Link]
1. we set up all sockets, af_inet and af_unix.
in inetd you only have the first step, and it is mostly about af_inet, not af_unix.
(this is a a simplification btw, its a bit more complex in reality.)
this is explained in the "parallelizing socket services" part of the original blog post.
The road forward for systemd
2. after that is done, we start all daemons at the same time
3. and then, the kernel figures everything else out for us, for free