Hi Denys ! On 12.03.2015 13:10, Denys Vlasenko wrote:
I find it suboptimal to have, say, a hotplug daemon lingering in the system five hours after the last hotplug event happened.
IMO that highly depend on the complexity and resource constrains of the daemon. For a big resource eating daemon system like udev, we absolutly agree.
On the other hand, a minimal watcher / reader process (e.g. netlink reader) daemon sitting in the back, doesn't hurt you much. The bigger event handling code, on the opposite, shall go to an on-demand process, only running when it's operation is required.
-- Harald _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
