Apache HTTP Server Version 2.4
Description: | A variant of the worker MPM with the goal
of consuming threads only for connections with active processing |
---|---|
Status: | MPM |
Module Identifier: | mpm_event_module |
Source File: | event.c |
The event
Multi-Processing Module (MPM) is
designed to allow more requests to be served simultaneously by
passing off some processing work to the listeners threads, freeing up
the worker threads to serve new requests.
To use the event
MPM, add
--with-mpm=event
to the configure
script's arguments when building the httpd
.