pkg://apache2-mpm-event_2.2.9-6_hurd-i386.deb:223022/control
downloads
Package: apache2-mpm-event
Source: apache2
Version: 2.2.9-6
Architecture: hurd-i386
Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
Installed-Size: 488
Depends: hurd, libapr1, libaprutil1, libc0.3 (>= 2.7-1), libpcre3 (>= 7.4), apache2.2-common (= 2.2.9-6)
Conflicts: apache2-common, apache2-mpm
Provides: apache2, apache2-mpm, httpd, httpd-cgi
Section: web
Priority: optional
Homepage: http://httpd.apache.org/
Description: Apache HTTP Server - event driven model
Each Apache Multi-Processing Module provides a different "flavor" of
web server binary, compiled with a different processing model.
.
The event MPM is designed to allow more requests to be served
simultaneously by passing off some processing work to supporting
threads, freeing up the main threads to work on new requests. It is
especially suitable for sites that see extensive KeepAlive traffic.
.
This MPM is experimental and less tested than the worker and prefork MPMs.