summaryrefslogtreecommitdiff
path: root/docs/manual/mod/event.html.en
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2005-09-22 15:32:07 +0000
committerAndré Malo <nd@apache.org>2005-09-22 15:32:07 +0000
commit62b452801599ae626c78d67551e13a7152d71321 (patch)
tree5090aff4e14bb6e60a7794c69c83c17f42ed4e2b /docs/manual/mod/event.html.en
parent2df2c6c3db6751bdc34683fffe0d25ff0f200490 (diff)
downloadhttpd-62b452801599ae626c78d67551e13a7152d71321.tar.gz
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290964 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/event.html.en')
-rw-r--r--docs/manual/mod/event.html.en13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/manual/mod/event.html.en b/docs/manual/mod/event.html.en
index bc4680cbb7..85537d9806 100644
--- a/docs/manual/mod/event.html.en
+++ b/docs/manual/mod/event.html.en
@@ -39,14 +39,15 @@ MPM</td></tr>
<code>--with-mpm=event</code> to the <code class="program"><a href="../programs/configure.html">configure</a></code>
script's arguments when building the <code class="program"><a href="../programs/httpd.html">httpd</a></code>.</p>
- <p>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
+ <p>This MPM depends on <a class="glossarylink" href="../glossary.html#apr" title="see glossary">APR</a>'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
<code>--enable-nonportable-atomics=yes</code> to the
<code class="program"><a href="../programs/configure.html">configure</a></code> script's arguments. This will cause
- APR to implement atomic operations
- using efficient opcodes not available in older CPUs.</p>
+ APR to implement atomic operations using efficient opcodes not
+ available in older CPUs.</p>
</div>
<div id="quickview"><h3 class="directives">Directives</h3>
<ul id="toc">