You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Andrew Hole <an...@gmail.com> on 2009/03/26 16:40:21 UTC

[users@httpd] MPM

By default the following instructions are commented:

# Server-pool management (MPM specific)
#Include conf/extra/httpd-mpm.conf

In this case MPM is enabled ? Which are the default values?

By the way:
The number of active workers on Apache is exactly the same number of active
threads  in Tomcat?

Thanks a lot
A

Re: [users@httpd] MPM

Posted by Tom Evans <te...@googlemail.com>.
On Thu, 2009-03-26 at 15:40 +0000, Andrew Hole wrote:
> By default the following instructions are commented:
> 
> # Server-pool management (MPM specific)
> #Include conf/extra/httpd-mpm.conf
> 
> In this case MPM is enabled ? Which are the default values?
> 
The MPM is configured when the server is compiled. Run 'httpd -l' to
list the compiled in modules, one of them will be the MPM module. The
standard UNIX options are 'prefork', 'worker', 'event'. There are also
'mpm_netware','mpm_os2', mpm_winnt' and 'beos' MPMs, which only run on
netware, os/2, windows and beos respectively.

> By the way:
> The number of active workers on Apache is exactly the same number of
> active threads  in Tomcat?

Apache httpd has nothing to do with Tomcat, so if it does, it is
entirely coincidental.

> 
> Thanks a lot
> A


---------------------------------------------------------------------
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