Apache MPM worker

GPTKB entity

Statements (18)
Predicate Object
gptkbp:instanceOf gptkb:Apache
gptkbp:alternativeTo gptkb:Apache_MPM_event
gptkb:Apache_MPM_prefork
gptkbp:canBe gptkb:httpd.conf
gptkbp:documentation https://httpd.apache.org/docs/2.4/mod/worker.html
gptkbp:enables handling multiple requests simultaneously
https://www.w3.org/2000/01/rdf-schema#label Apache MPM worker
gptkbp:introducedIn Apache 2.0
gptkbp:notRecommendedFor non-thread-safe modules
gptkbp:partOf gptkb:Apache_HTTP_Server
gptkbp:provides multi-processing module
gptkbp:recommendation high-traffic sites
gptkbp:supports process-based processing
threaded processing
gptkbp:uses processes for stability
threads for connections
gptkbp:bfsParent gptkb:mod_php
gptkbp:bfsLayer 6