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