<-
Apache > HTTP Server > Documentation > Version 2.4 > Modules

Apache MPM event

Available Languages:  en  |  fr 

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

Summary

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.

Support Apache!

Topics

Directives