]> granicus.if.org Git - apache/commit
Make the worker and event MPMs support GracefulShutdownTimeout just like
authorGarrett Rooney <rooneg@apache.org>
Mon, 13 Feb 2006 02:25:53 +0000 (02:25 +0000)
committerGarrett Rooney <rooneg@apache.org>
Mon, 13 Feb 2006 02:25:53 +0000 (02:25 +0000)
commitb458b88d158acc1bdce71e6cc58287bb530775da
tree20cf3a6157b13ec4dc8062af87239aed2a44dfa2
parent80aafcc1fc6708b3aae0ec4e7daa8272e3741e7b
Make the worker and event MPMs support GracefulShutdownTimeout just like
the prefork MPM does.

Submitted by: Chris Darroch <chrisd pearsoncmg.com>
Ported to event MPM by: rooneg
Issue number: 38621

* server/mpm/worker/worker.c
  (ap_mpm_run): Make the graceful shutdown log message refer to the right
   signal, and respect the graceful shutdown timeout if there is one.

* server/mpm/experimental/event/event.c
  (ap_mpm_run): Ditto.

* CHANGES: Note change.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@377291 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/mpm/experimental/event/event.c
server/mpm/worker/worker.c