Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
apache_mpm_prefork [2015/06/01 21:01]
steve [Apache MPM prefork]
apache_mpm_prefork [2015/06/01 21:02]
steve [Apache MPM prefork]
Line 5: Line 5:
   * [[http://​httpd.apache.org/​docs/​2.2/​mod/​mpm_common.html|Apache MPM Common Directives]]   * [[http://​httpd.apache.org/​docs/​2.2/​mod/​mpm_common.html|Apache MPM Common Directives]]
   * [[http://​httpd.apache.org/​docs/​2.2/​mod/​prefork.html|Apache MPM prefork]]   * [[http://​httpd.apache.org/​docs/​2.2/​mod/​prefork.html|Apache MPM prefork]]
- 
-From the docs: 
  
 This Multi-Processing Module (MPM) implements a non-threaded,​ pre-forking web server that handles requests in a manner similar to Apache 1.3. It is appropriate for sites that need to avoid threading for compatibility with non-thread-safe libraries. It is also the best MPM for isolating each request, so that a problem with a single request will not affect any other. This Multi-Processing Module (MPM) implements a non-threaded,​ pre-forking web server that handles requests in a manner similar to Apache 1.3. It is appropriate for sites that need to avoid threading for compatibility with non-thread-safe libraries. It is also the best MPM for isolating each request, so that a problem with a single request will not affect any other.