Httpd Multi-Processing Module Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
The Multi-Processing Module (MPM) is a fundamental component of the server that is responsible for ''binding to network ports'', ''accepting requests'' and ''dispatching children to handle requests''. From a user's perspective, an MPM appears much like other Apache module, with the main difference that one and only one MPM must be loaded into the server at any time. The MPM must be chosen during compilation configuration and compiled into the server with the <tt>--with-mpm=''NAME''</tt> directive. The available MPMs are: prefork, worker, mpm_winnt, event, beds, mpm_netware, mpmt_os2.
The Multi-Processing Module (MPM) is a fundamental component of the server that is responsible for ''binding to network ports'', ''accepting requests'' and ''dispatching children to handle requests''. From a user's perspective, an MPM appears much like other Apache module, with the main difference that one and only one MPM must be loaded into the server at any time. The MPM must be chosen during compilation configuration and compiled into the server with the <tt>--with-mpm=''NAME''</tt> directive. The available MPMs are: prefork, worker, mpm_winnt, event, beds, mpm_netware, mpmt_os2.


=MPMs=
==prefork==
==worker==
==mpm_winnt==




https://home.feodorov.com:9443/wiki/Wiki.jsp?page=HttpdMultiProcessingModules
https://home.feodorov.com:9443/wiki/Wiki.jsp?page=HttpdMultiProcessingModules

Revision as of 22:15, 1 January 2017

External

Internal

Overview

The Multi-Processing Module (MPM) is a fundamental component of the server that is responsible for binding to network ports, accepting requests and dispatching children to handle requests. From a user's perspective, an MPM appears much like other Apache module, with the main difference that one and only one MPM must be loaded into the server at any time. The MPM must be chosen during compilation configuration and compiled into the server with the --with-mpm=NAME directive. The available MPMs are: prefork, worker, mpm_winnt, event, beds, mpm_netware, mpmt_os2.

MPMs

prefork

worker

mpm_winnt

https://home.feodorov.com:9443/wiki/Wiki.jsp?page=HttpdMultiProcessingModules