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