This MPM is experimental, so it may or may not work
+ as expected.
+
+
+
To use the event MPM, add
+ --with-mpm=event to the configure
+ script's arguments when building the httpd.
+
+
This MPM depends on APR's atomic compare-and-swap operations for
+ thread synchronization. If you are compiling for an x86 target
+ and you don't need to support 386s, or you are compiling for a
+ SPARC and you don't need to run on pre-UltraSPARC chips, add
+ --enable-nonportable-atomics=yes to the
+ configure script's arguments. This will cause
+ APR to implement atomic operations
+ using efficient opcodes not available in older CPUs.
+
\ No newline at end of file
diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en
index 21b22d70ee..d4b43ee719 100644
--- a/docs/manual/mod/index.html.en
+++ b/docs/manual/mod/index.html.en
@@ -50,6 +50,8 @@ available
Multi-Processing Module implementing an exclusively threaded web
diff --git a/docs/manual/mpm.html.en b/docs/manual/mpm.html.en
index da53d2a1fb..4fd21d2f06 100644
--- a/docs/manual/mpm.html.en
+++ b/docs/manual/mpm.html.en
@@ -67,7 +67,7 @@ how they are used by the Apache HTTP Server.
The server can be better customized for the needs of the
particular site. For example, sites that need a great deal of
scalability can choose to use a threaded MPM like
- worker, while sites requiring
+ worker or event, while sites requiring
stability or compatibility with older software can use a
prefork. In addition,
special features like serving different hosts under different
diff --git a/docs/manual/mpm.xml.es b/docs/manual/mpm.xml.es
index 48b7de5924..952b93e326 100644
--- a/docs/manual/mpm.xml.es
+++ b/docs/manual/mpm.xml.es
@@ -1,7 +1,7 @@
-
+
+
+
+
+