You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Cliff Woolley <cl...@yahoo.com> on 2001/02/13 21:58:59 UTC

RE: cvs commit: httpd-2.0/server/mpm/dexter Makefile.in Makefile.libdir config.m4 dexter.c mpm.h mpm_default.h

>   Remove the dexter MPM.  This has been replaced with the Perchild MPM.
>   The two MPMs are basically identical, except that Perchild also allows
>   each child process to have a unique uid/gid combination.

The only downside is that dexter had a cooler name.  =-)

INSTALL:
>              mpmt_pthread ..... Mutli-process(dynamic)
Multi-threaded(static)

s/Mutli/Multi

> config.m4:
>   - MPM={dexter,mpmt_beos,mpmt_pthread,prefork,spmt_os2,perchild}],[
>   + MPM={mpmt_beos,mpmt_pthread,prefork,spmt_os2,perchild}],[

The mpmt_beos MPM was removed, right?  And the new BeOS MPM is just called
'beos' and is an spmt MPM.

--Cliff