941d7c51d7
Previously, it was possible for an executor to hang forever. To mitigate this, we now implement process execution timeouts for executors, by looping with waitpid(..., WNOHANG) and sleeping. This could be implemented more efficiently with process descriptors, see pidfd_open(2), but that interface is Linux-specific and is only available on Linux 5.3 or newer. |
||
---|---|---|
.. | ||
ifctrstat-linux.c | ||
ifctrstat-linux.h | ||
ifctrstat.c | ||
ifparse.c | ||
ifquery.c | ||
ifupdown.c | ||
multicall-exec-options.c | ||
multicall-match-options.c | ||
multicall-options.c | ||
multicall.c | ||
multicall.h | ||
pretty-print-iface.c | ||
pretty-print-iface.h |