From: Astrid Malo Date: Wed, 3 Dec 2003 23:34:37 +0000 (+0000) Subject: add some markup X-Git-Tag: 2.0.49~318 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=157423cd1c42d004189127065d37a4d930dcc980;p=thirdparty%2Fapache%2Fhttpd.git add some markup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101971 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/leader.html.en b/docs/manual/mod/leader.html.en index 5d468e0f2b1..18be9acd67f 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 cf6b93a9a47..fde995375a0 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.