diff options
author | Joshua Slive <slive@apache.org> | 2000-11-19 07:37:05 +0000 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2000-11-19 07:37:05 +0000 |
commit | a458bdfd78f8662f6601b5e21dd1e39d8568674f (patch) | |
tree | 11bef4cd2952b71daa8675d58c642eec5c39fa0e /docs/manual/mod/index.html | |
parent | b93c6a2d01e98732c26cfb1c8bf3011fdc4825b3 (diff) | |
download | httpd-a458bdfd78f8662f6601b5e21dd1e39d8568674f.tar.gz |
Add an outline for mpm_winnt.html.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87023 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/index.html')
-rw-r--r-- | docs/manual/mod/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/manual/mod/index.html b/docs/manual/mod/index.html index 6f7785d7af..03e47193eb 100644 --- a/docs/manual/mod/index.html +++ b/docs/manual/mod/index.html @@ -35,8 +35,11 @@ of processes, variable number of threads/child <DT><A HREF="mpmt_pthread.html">mpmt_pthread</A> <DD>Multi-Processing Model with Threading via Pthreads; Variable number of processes, constant number of threads/child +<DT><a href="mpm_winnt.html">mpm_winnt</a> +<DD>Multi-Processing Model with a single control process and a single +server process with multiple threads for Windows NT <DT><a href="prefork.html">prefork</a> -<DD>Non-threaded preforking processes model similar to Apache 1.3. +<DD>Non-threaded preforking processes model similar to Apache 1.3 </DL> <h2>Other Modules</h2> |