]> granicus.if.org Git - apache/commit
A new experimental MPM. Right now, it is the mpmt_pthread MPM with idle
authorManoj Kasichainula <manoj@apache.org>
Wed, 21 Jul 1999 19:07:07 +0000 (19:07 +0000)
committerManoj Kasichainula <manoj@apache.org>
Wed, 21 Jul 1999 19:07:07 +0000 (19:07 +0000)
commitd21fd06264f29a3b5167e7b19cc4f7dc03358326
tree4aff0db3cacfa30321153b5139efd326e14a7d23
parentaf76bd040acb98b0213ad049b7608a508f6c52d8
A new experimental MPM. Right now, it is the mpmt_pthread MPM with idle
process management taken out (so the number of processes is constant)
and with the scoreboard eliminated (replaced with a little table seen
only by the parent). This will be a testbed for playing around with
thread pools.

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