1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-11 02:42:23 +03:00
Commit Graph

54 Commits

Author SHA1 Message Date
Brian Havard
e9726a9667 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
2001-08-20 16:10:57 +00:00
Brian Havard
668b41673a Remove todo item, fixed in APR (append mode fix).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90395 13f79535-47bb-0310-9956-ffa450edef68
2001-08-20 10:58:09 +00:00
Brian Havard
d12da6b0f5 After fixing append mode in APR, we no longer need to copy the error log handle
from the parent process.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90319 13f79535-47bb-0310-9956-ffa450edef68
2001-08-18 09:49:04 +00:00
Brian Havard
fb552a539f New multi-process multi-threaded MPM for OS/2. Not fully polished but works
better than spmt_os2 already (graceful restarts actually work). A summary
of the process/thread structure is provided in the comments at the start
of mpmt_os2.c


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90289 13f79535-47bb-0310-9956-ffa450edef68
2001-08-17 17:07:34 +00:00