Paketname | apache2-mpm-prefork |
Beschreibung | Apache HTTP Server - traditional non-threaded model |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 2.2.14-5ubuntu8 |
Sektion | net |
Priorität | optional |
Installierte Größe | 80 Byte |
Hängt ab von | apache2.2-common (= 2.2.14-5ubuntu8), apache2.2-bin (= 2.2.14-5ubuntu8) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | apache2 |
Paketgröße | 2422 Byte |
Prüfsumme MD5 | d70cc1e1315ac7e9979dc039187ec679 |
Prüfsumme SHA1 | 36ec186ef2873c06aeff41aa43cb6e95a565b535 |
Prüfsumme SHA256 | ae75bbd525a033b0c3bd98abcadb2b7da6dd538eb928ab7f3a19986a44cc6102 |
Link zum Herunterladen | apache2-mpm-prefork_2.2.14-5ubuntu8_i386.deb |
Ausführliche Beschreibung | Each Apache Multi-Processing Module provides a different "flavor" of
web server binary, compiled with a different processing model.
.
The prefork MPM provides a non-threaded, pre-forking implementation
that handles requests in a manner similar to Apache 1.3. It is not as
fast as threaded models, but is considered to be more stable. It is
appropriate for sites that need to maintain compatibility with
non-thread-safe libraries, and is the best MPM for isolating each
request, so that a problem with a single request will not affect any
other.
|