[PATCH] execute program on events
Ted Lemon
mellon at fugue.com
Tue Mar 21 23:08:52 UTC 2006
On Tuesday 21 March 2006 15:58, Måns Rullgård wrote:
> What if the execution were made completely asynchronous? The child
> process could daemonize itself before calling exec(), and the parent
> server would not need to wait() for it.
That's not my bailiwick - I'm just explaining why I have historically rejected
these patches. In general, many sysadmins would not be aware that running
an executable introduces significant latency or possibly hangs the server.
Since I was supporting the server on my own, I didn't want the support load
of dealing with their plaintive cries. However, that's now David Hankins'
problem, so he gets to say whether or not he's going to accept this
patch. :')
More information about the dhcp-hackers
mailing list