Systemd for Developers II
[Posted July 7, 2011 by corbet]
Lennart Poettering has written
a second
installment in his "systemd for developers" series. "
This time
we'll focus on adding socket activation support to real-life software, more
specifically the CUPS printing server. Most current Linux desktops run CUPS
by default these days, since printing is so basic that it's a must have,
and must just work when the user needs it. However, most desktop CUPS
installations probably don't actually see more than a handful of print jobs
each month... That all together makes CUPS a perfect
candidate for lazy activation: instead of starting it unconditionally at
boot we just start it on-demand, when it is needed. That way we can save
resources, at boot and at runtime."
(
Log in to post comments)