]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
fix some more signalling issues:
authorJeff Trawick <trawick@apache.org>
Thu, 14 Jun 2001 15:46:44 +0000 (15:46 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 14 Jun 2001 15:46:44 +0000 (15:46 +0000)
commit7627b275abe4e0319a45272cde2bfbecb8f0212d
treecc61dcfc93ca29b487b38f872fe73414f15fdee2
parentff01b91f5f59c5dbad83a085d744f51eb722fec7
fix some more signalling issues:

. in ONE_PROCESS mode, bail out immediately for SIGHUP and
  SIGINT

  Note that if you send HUP or INT and have cgid then cgid won't
  go away.  If you generate the interrupt signal from the httpd
  terminal then cgid will go away, [I guess] because SIGINT gets sent
  to the process group.  Perhaps just_die() needs to have logic to
  send to other processes in the group for ONE_PROCES mode

. the die_now flag should be static

. please_die_gracefully() is no longer needed

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89369 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/prefork/prefork.c