]> granicus.if.org Git - apache/commit
Well here is the first attempt at an mpm for BeOS. It's based
authorDavid Reid <dreid@apache.org>
Fri, 8 Oct 1999 19:02:36 +0000 (19:02 +0000)
committerDavid Reid <dreid@apache.org>
Fri, 8 Oct 1999 19:02:36 +0000 (19:02 +0000)
commit4dce9f29bc40e348d81bbb81dbbd368c38a20c22
tree6388eba126248ba82b029ccf318bc54f125c3966
parent03f8883791d6b32b94234ca86a0bb7eca431adde
Well here is the first attempt at an mpm for BeOS.  It's based
on the mpmt_pthread module but is totally threaded as that what
BeOS needs.  There's a lot that can be improved but now that it's
committed others can start looking and helping.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83951 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/mpmt_beos/Makefile.libdir [new file with mode: 0644]
server/mpm/mpmt_beos/mpm_default.h [new file with mode: 0644]
server/mpm/mpmt_beos/mpmt_beos.c [new file with mode: 0644]
server/mpm/mpmt_beos/mpmt_beos.h [new file with mode: 0644]
server/mpm/mpmt_beos/poll.c [new file with mode: 0644]
server/mpm/mpmt_beos/poll.h [new file with mode: 0644]
server/mpm/mpmt_beos/scoreboard.c [new file with mode: 0644]
server/mpm/mpmt_beos/scoreboard.h [new file with mode: 0644]