home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 May / Gamestar_62_2004-05_dvd.iso / Programy / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F252800_mpmt_os2.xml < prev    next >
Extensible Markup Language  |  2003-04-15  |  2KB  |  54 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4.  
  5. <modulesynopsis metafile="mpmt_os2.xml.meta">
  6.  
  7. <name>mpmt_os2</name>
  8. <description>Hybrid multi-process, multi-threaded MPM for OS/2</description>
  9. <status>MPM</status>
  10. <sourcefile>mpmt_os2.c</sourcefile>
  11. <identifier>mpm_mpmt_os2_module</identifier>
  12.  
  13. <summary>
  14.     <p>The Server consists of a main, parent process and a small, static
  15.     number of child processes.</p>
  16.  
  17.     <p>The parent process's job is to manage the child processes. This
  18.     involves spawning children as required to ensure there are always
  19.     <directive module="mpm_common">StartServers</directive> processes
  20.     accepting connections.</p>
  21.     
  22.     <p>Each child process consists of a a pool of worker threads and a
  23.     main thread that accepts connections and passes them to the workers via
  24.     a work queue. The worker thread pool is dynamic, managed by a
  25.     maintenance thread so that the number of idle threads is kept between
  26.     <directive module="mpm_common">MinSpareThreads</directive> and
  27.     <directive module="mpm_common">MaxSpareThreads</directive>.</p>
  28. </summary>
  29. <seealso><a href="../bind.html">Setting which addresses and ports Apache
  30. uses</a></seealso>
  31.  
  32. <directivesynopsis location="mpm_common"><name>User</name>
  33. </directivesynopsis>
  34. <directivesynopsis location="mpm_common"><name>Group</name>
  35. </directivesynopsis>
  36. <directivesynopsis location="mpm_common"><name>Listen</name>
  37. </directivesynopsis>
  38. <directivesynopsis location="mpm_common"><name>ListenBacklog</name>
  39. </directivesynopsis>
  40. <directivesynopsis location="mpm_common"><name>SendBufferSize</name>
  41. </directivesynopsis>
  42. <directivesynopsis location="mpm_common"><name>MaxRequestsPerChild</name>
  43. </directivesynopsis>
  44. <directivesynopsis location="mpm_common"><name>MaxSpareThreads</name>
  45. </directivesynopsis>
  46. <directivesynopsis location="mpm_common"><name>MinSpareThreads</name>
  47. </directivesynopsis>
  48. <directivesynopsis location="mpm_common"><name>PidFile</name>
  49. </directivesynopsis>
  50. <directivesynopsis location="mpm_common"><name>StartServers</name>
  51. </directivesynopsis>
  52.  
  53. </modulesynopsis>
  54.