Interesting article on boot ordering

Enrico Scholz enrico.scholz at informatik.tu-chemnitz.de
Wed Sep 24 13:49:13 UTC 2003


dhollis at davehollis.com (David T Hollis) writes:

> [... automatic process-respawning in minit ...]
> ...
> with any frequency worth adding all of the overhead of an init
> monitoring deal

There is nearly no overhead in doing this. Just check in the SIGCHLD
handler which program died (wait4(2)) and restart it. 'minit' does this
job in a 5.6KiB sized, statically linked binary with 32KiB runtime
memory-usage (VSZ).




Enrico





More information about the fedora-devel-list mailing list