From fc89a669bec7449217bc8b252aecee9309029f0a Mon Sep 17 00:00:00 2001 From: Astrid Malo Date: Wed, 3 Dec 2003 23:46:53 +0000 Subject: [PATCH] add some markup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101975 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/leader.html.en | 6 +++--- docs/manual/mod/leader.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/leader.html.en b/docs/manual/mod/leader.html.en index 0ac2d2d715..2aec29e6c8 100644 --- a/docs/manual/mod/leader.html.en +++ b/docs/manual/mod/leader.html.en @@ -41,14 +41,14 @@ MPM to coordinate work among threads. For more info, see http://deuce.doc.wustl.edu/doc/pspdfs/lf.pdf.

To use the leader MPM, add - --with-mpm=leader to the configure script's arguments - when building the httpd.

+ --with-mpm=leader 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 + --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.

diff --git a/docs/manual/mod/leader.xml b/docs/manual/mod/leader.xml index cf6b93a9a4..fde995375a 100644 --- a/docs/manual/mod/leader.xml +++ b/docs/manual/mod/leader.xml @@ -23,14 +23,14 @@ MPM >http://deuce.doc.wustl.edu/doc/pspdfs/lf.pdf.

To use the leader MPM, add - --with-mpm=leader to the configure script's arguments - when building the httpd.

+ --with-mpm=leader 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 + --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.

-- 2.40.0