]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
New multi-process multi-threaded MPM for OS/2. Not fully polished but works
authorBrian Havard <bjh@apache.org>
Fri, 17 Aug 2001 17:07:34 +0000 (17:07 +0000)
committerBrian Havard <bjh@apache.org>
Fri, 17 Aug 2001 17:07:34 +0000 (17:07 +0000)
commitfb552a539f108f94fb7d5b3d475c07f58036e1d4
treee6d1e492067ce7f8d32cb5a3b30a1eb5f5bf392b
parente0bb6d6f8909200075ced272cedc07a6adbb54dd
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
server/mpm/mpmt_os2/Makefile.in [new file with mode: 0644]
server/mpm/mpmt_os2/config5.m4 [new file with mode: 0644]
server/mpm/mpmt_os2/mpm.h [new file with mode: 0644]
server/mpm/mpmt_os2/mpm_default.h [new file with mode: 0644]
server/mpm/mpmt_os2/mpmt_os2.c [new file with mode: 0644]
server/mpm/mpmt_os2/mpmt_os2_child.c [new file with mode: 0644]