~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to server/mpm/MPM.NAMING

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
The following MPMs currently exist:
 
3
 
 
4
  prefork ....... Multi  Process Model with Preforking (Apache 1.3)
 
5
  perchild ...... Multi  Process Model with Threading.
 
6
                  Constant number of processes, variable number of threads
 
7
                  each child process can have a different uid/gid.  
 
8
  mpmt_os2 ...... Multi Process Model with Threading on OS/2
 
9
                  Constant number of processes, variable number of threads.
 
10
                  One acceptor thread per process, multiple workers threads.
 
11
  winnt ......... Single Process Model with Threading on Windows NT
 
12
  worker ........ Multi Process model with threads.  One acceptor thread,
 
13
                  multiple worker threads.
 
14
  netware ....... Multi-threaded MPM for Netware
 
15
  beos .......... Single Process Model with Threading on BeOS