• Poul-Henning Kamp's avatar
    Revisit the managers code to start and stop the child. · 054fd6a6
    Poul-Henning Kamp authored
    Eliminate SIGCHLD usage, it's icky, at best, when we have other
    child processes (See #1256)
    
    Instead of reaping the child on SIGCHLD, we do it explicitly,
    and there is now a 10 second wait to give the child a chance to
    shut down gracefully, before we take a bat to the kneecaps.
    
    More work may be warranted, but I want to get some feedback on
    this bit first.
    
    Fixes	#1256
    054fd6a6
Name
Last commit
Last update
bin Loading commit data...
doc Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
m4 Loading commit data...
man Loading commit data...
redhat Loading commit data...
.gitignore Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
varnishapi-uninstalled.pc.in Loading commit data...
varnishapi.pc.in Loading commit data...