Blame server/mpm/MPM.NAMING

Packit 90a5c9
Packit 90a5c9
The following MPMs currently exist:
Packit 90a5c9
Packit 90a5c9
  prefork ....... Multi  Process Model with Preforking (Apache 1.3)
Packit 90a5c9
  mpmt_os2 ...... Multi Process Model with Threading on OS/2
Packit 90a5c9
                  Constant number of processes, variable number of threads.
Packit 90a5c9
                  One acceptor thread per process, multiple workers threads.
Packit 90a5c9
  winnt ......... Single Process Model with Threading on Windows NT
Packit 90a5c9
  event ......... Multi Process model with threads.  One acceptor thread,
Packit 90a5c9
                  multiple worker threads, separate poller threads for idle
Packit 90a5c9
                  connections and asynchoneous write completion.
Packit 90a5c9
  worker ........ Multi Process model with threads.  One acceptor thread,
Packit 90a5c9
                  multiple worker threads.
Packit 90a5c9
  netware ....... Multi-threaded MPM for Netware