]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Catch exceptions in worker threads so a segfault doesn't kill all active
authorBrian Havard <bjh@apache.org>
Mon, 20 Aug 2001 16:10:57 +0000 (16:10 +0000)
committerBrian Havard <bjh@apache.org>
Mon, 20 Aug 2001 16:10:57 +0000 (16:10 +0000)
commite9726a9667c4eaa56e25955004ac7c08f1580da1
treeed3112404f948463e2ddbefb9347ccc7a063cf34
parent4bf48e8e094727be354306f971c5b7fc933d9a1f
Catch exceptions in worker threads so a segfault doesn't kill all active
connections in the process. When this occurs, a graceful shutdown of the
child is initiated so any leaked resources & hosed memory is disposed of ASAP.

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