From: Paul Querna Date: Fri, 25 Feb 2005 06:29:20 +0000 (+0000) Subject: update transformation. X-Git-Tag: 2.1.4~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=585bab1c579b7979a9ef146b0b50f52d5b288ad3;p=apache update transformation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155310 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/allmodules.xml b/docs/manual/mod/allmodules.xml index 66ea3f6a06..a50db767ea 100644 --- a/docs/manual/mod/allmodules.xml +++ b/docs/manual/mod/allmodules.xml @@ -73,6 +73,7 @@ mod_vhost_alias.xml beos.xml mpm_common.xml + event.xml leader.xml mpm_netware.xml mpmt_os2.xml diff --git a/docs/manual/mod/allmodules.xml.de b/docs/manual/mod/allmodules.xml.de index b031c499c0..32fd220340 100644 --- a/docs/manual/mod/allmodules.xml.de +++ b/docs/manual/mod/allmodules.xml.de @@ -73,6 +73,7 @@ mod_vhost_alias.xml beos.xml.de mpm_common.xml.de + event.xml leader.xml.de mpm_netware.xml mpmt_os2.xml diff --git a/docs/manual/mod/allmodules.xml.es b/docs/manual/mod/allmodules.xml.es index 443c59a34f..2ee92861be 100644 --- a/docs/manual/mod/allmodules.xml.es +++ b/docs/manual/mod/allmodules.xml.es @@ -73,6 +73,7 @@ mod_vhost_alias.xml beos.xml.es mpm_common.xml + event.xml leader.xml mpm_netware.xml mpmt_os2.xml diff --git a/docs/manual/mod/allmodules.xml.ja b/docs/manual/mod/allmodules.xml.ja index d18b190011..642e8f35d1 100644 --- a/docs/manual/mod/allmodules.xml.ja +++ b/docs/manual/mod/allmodules.xml.ja @@ -73,6 +73,7 @@ mod_vhost_alias.xml beos.xml mpm_common.xml.ja + event.xml leader.xml mpm_netware.xml mpmt_os2.xml diff --git a/docs/manual/mod/allmodules.xml.ko b/docs/manual/mod/allmodules.xml.ko index 9070d9d6f6..553544424e 100644 --- a/docs/manual/mod/allmodules.xml.ko +++ b/docs/manual/mod/allmodules.xml.ko @@ -73,6 +73,7 @@ mod_vhost_alias.xml beos.xml.ko mpm_common.xml + event.xml leader.xml.ko mpm_netware.xml mpmt_os2.xml diff --git a/docs/manual/mod/event.html b/docs/manual/mod/event.html new file mode 100644 index 0000000000..df756d5213 --- /dev/null +++ b/docs/manual/mod/event.html @@ -0,0 +1,3 @@ +URI: event.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/event.html.en b/docs/manual/mod/event.html.en new file mode 100644 index 0000000000..bc4680cbb7 --- /dev/null +++ b/docs/manual/mod/event.html.en @@ -0,0 +1,83 @@ + + + +event - Apache HTTP Server + + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.1 > Modules
+
+

Apache MPM event

+
+

Available Languages:  en 

+
+ + + +
Description:An experimental variant of the standard worker +MPM
Status:MPM
Module Identifier:mpm_event_module
Source File:event.c
+

Summary

+ +

Warning

+

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.

+
+ + +
+
+

Available Languages:  en 

+
+ \ 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
mpm_common
A collection of directives that are implemented by more than one multi-processing module (MPM)
beos
This Multi-Processing Module is optimized for BeOS.
+
event
An experimental variant of the standard worker +MPM
leader
An experimental variant of the standard worker MPM
mpm_netware
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 @@ - + + + + +