You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Werner Schalk <we...@gmx.de> on 2002/08/18 16:54:07 UTC

mpm

Hello,

what are the leader and threadpool
mpm? How can I use dexter and mpmt_pthread 
in apache2? Just do a ./configure
--with-mpm=dexter or what? Is there
somewhere a good decription what mpms currently
do exist and are supported by apache2?
The manual seem to miss dexter...

Bye and thanks,
Werner


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: mpm

Posted by Joshua Slive <jo...@slive.ca>.
Werner Schalk wrote:
> Hello,
> 
> what are the leader and threadpool
> mpm? How can I use dexter and mpmt_pthread 
> in apache2? Just do a ./configure
> --with-mpm=dexter or what? Is there
> somewhere a good decription what mpms currently
> do exist and are supported by apache2?
> The manual seem to miss dexter...

The MPMs that live under the server/mpm/experiemental directory are not 
really suitable for production environments.  In general, the only 
threaded MPM that you should consider on unix at this point is worker. 
For the others, if you want to use them, you should expect to need to 
read the source code to figure out how they work.  (But yes, you should 
be able to build them using --with-mpm=...)

If I remember correctly, both dexter and mpmt_pthread are completely 
obsolete and have been removed from the source code.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org