From ea05a10ec10e64b95168ed9c0386f3ec1c9e3135 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 20 Aug 2012 13:16:37 +0000 Subject: [PATCH] merge r1375006 from trunk: describe some interesting differences from Unix MPMs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1375007 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mpm_winnt.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/docs/manual/mod/mpm_winnt.xml b/docs/manual/mod/mpm_winnt.xml index 7960d1cbc8..5d8c2d265b 100644 --- a/docs/manual/mod/mpm_winnt.xml +++ b/docs/manual/mod/mpm_winnt.xml @@ -55,6 +55,40 @@ NT. none. In Apache httpd 2.0 and 2.2, Win32DisableAcceptEx was used for this purpose.

+

The WinNT MPM differs from the Unix MPMs such as worker and event + in several areas:

+ + + Using Apache HTTP Server on Microsoft Windows -- 2.50.1