mpmt_pthread.html revision 9daf0f9327698ddd3c7a715654fc839aae7f6dab
0N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
5360N/A<HTML>
0N/A<HEAD>
0N/A<TITLE>Apache MPM mpmt_pthread</TITLE>
0N/A</HEAD>
0N/A
0N/A<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
0N/A<BODY
0N/A BGCOLOR="#FFFFFF"
0N/A TEXT="#000000"
0N/A LINK="#0000FF"
0N/A VLINK="#000080"
0N/A ALINK="#FF0000"
0N/A>
0N/A<!--#include virtual="header.html" -->
0N/A
0N/A<H1 ALIGN="CENTER">Multi-Processing Module mpmt_pthread</H1>
0N/A<P>
2362N/AThis Multi-Processing Module controls process and thread creation
2362N/Ausing the pthread interface.
2362N/A</P>
0N/A
0N/A<P><A
0N/AHREF="module-dict.html#Status"
0N/AREL="Help"
5360N/A><STRONG>Status:</STRONG></A> MPM
5360N/A<BR>
0N/A<A
0N/AHREF="module-dict.html#SourceFile"
0N/AREL="Help"
0N/A><STRONG>Source File:</STRONG></A> mpmt_pthread.c
0N/A<BR>
0N/A<A
0N/AHREF="module-dict.html#ModuleIdentifier"
0N/AREL="Help"
0N/A><STRONG>Module Identifier:</STRONG></A> mpm_mpmt_pthread_module
0N/A</P>
0N/A
0N/A<H2>Summary</H2>
0N/A
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>
0N/A
0N/A
0N/A<H2>Directives</H2>
0N/A<UL>
0N/A<li><a href="mpm_common.html#coredumpdirectory">CoreDumpDirectory</a></li>
0N/A<li><a href="mpm_common.html#group">Group</a></li>
0N/A<li><a href="mpm_common.html#pidfile">PidFile</a></li>
0N/A<li><a href="mpm_common.html#listen">Listen</a></li>
0N/A<li><a href="mpm_common.html#listenbacklog">ListenBacklog</a></li>
0N/A<li><a href="mpm_common.html#lockfile">LockFile</a></li>
0N/A<li><a href="mpm_common.html#maxclients">MaxClients</a></li>
0N/A<li><a href="mpm_common.html#maxrequestsperchild">MaxRequestsPerChild</a></li>
0N/A<li><a href="mpm_common.html#maxsparethreads">MaxSpareThreads</a></li>
0N/A<li><a href="mpm_common.html#minsparethreads">MinSpareThreads</a></li>
0N/A<li><a href="mpm_common.html#scoreboardfile">ScoreBoardFile</a></li>
0N/A<li><a href="mpm_common.html#sendbuffersize">SendBufferSize</a></li>
0N/A<li><a href="mpm_common.html#startservers">StartServers</a></li>
0N/A<li><a href="mpm_common.html#threadsperchild">ThreadsPerChild</a></li>
0N/A<li><a href="mpm_common.html#user">User</a></li>
0N/A</UL>
0N/A
0N/A<!--#include virtual="footer.html" -->
0N/A</BODY>
0N/A</HTML>
0N/A