|
Apache HTTP Server Version 2.0 ![]() Apache MPM worker
SummaryThis Multi-Processing Module (MPM) implements a hybrid multi-process multi-threaded server. By using threads to serve requests, it is able to serve a large number of requests with less system resources than a process-based server. Yet it retains much of the stability of a process-based server by keeping multiple processes available, each with many threads. The most important directives used to control this MPM are
Directives
TopicsSee alsoHow it WorksEach process has a fixed number of threads. The server adjusts to handle load by increasing or decreasing the number of processes. A single control process is responsible for launching child
processes. Each child process creates a fixed number of threads as
specified in the Apache always tries to maintain a pool of spare or
idle server threads, which stand ready to serve incoming
requests. In this way, clients do not need to wait for a new
threads or processes to be created before their requests can be
served. The number of processes that will initially launched is
set by the A typical configuration of the process-thread controls in
the
While the parent process is usually started as
|
|
This apache manual Copyright © 1999-2003, The Apache Software Foundation.
Web Design Copyright © 1999-2003. Chrisranjana Software Solutions Pvt Ltd. syndicate rss feed |