Apache MPM event Description:
A variant of the worker MPM with the goal of consuming threads only for connections with active processing
Status:
MPM
ModuleIdentifier:
mpm_event_module
SourceFile:
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