]> git.ipfire.org Git - thirdparty/squid.git/commit
Run helpers in the same process group as the main process but instead
authorhno <>
Fri, 27 May 2005 13:18:08 +0000 (13:18 +0000)
committerhno <>
Fri, 27 May 2005 13:18:08 +0000 (13:18 +0000)
commit3b6888743c44cb1703273e1a66ed84d6cd0797e8
tree9ce1a01ce6a50754b3d80b4f03dedded776cc4d3
parentf8230a8d2935c0e149fcd625734c6ce3d64783b3
Run helpers in the same process group as the main process but instead
disable SIGINT for the helpers when not running in daemon mode.

This accomplishes several things

  a) The helpers may access /dev/tty for screen output (debug purposes)

  b) A "kill -9" can be sent to the whole process group at once.
src/ipc.cc