1N/A<!
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1N/A<
TITLE>Apache MPM mpmt_pthread</
TITLE>
1N/A<!-- Background white, links blue (unvisited), navy (visited), red (active) --> 1N/A<
H1 ALIGN="CENTER">Multi-Processing Module mpmt_pthread</
H1>
1N/AThis Multi-Processing Module controls process and thread creation
1N/Ausing the pthread interface.
1N/A><
STRONG>Status:</
STRONG></
A> MPM
1N/A><
STRONG>Module Identifier:</
STRONG></
A> mpm_mpmt_pthread_module
1N/A<
p>This Multi-Processing Module (MPM) is the default for most unix-like
1N/Aoperating systems. It uses pthread system calls to create a hybrid
1N/Amulti-process multi-threaded server. Each process has a fixed number
1N/Aof threads. The server adjusts to handle load by increasing or
1N/Adecreasing the number of processes.</
p>