]> granicus.if.org Git - apache/commitdiff
Fix a couple of typo's and add a link to the list of MPM's from the
authorDavid Reid <dreid@apache.org>
Sun, 26 Mar 2000 09:39:36 +0000 (09:39 +0000)
committerDavid Reid <dreid@apache.org>
Sun, 26 Mar 2000 09:39:36 +0000 (09:39 +0000)
changes document.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84839 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/layeredio.html
docs/manual/new_features_2_0.html
docs/manual/new_features_2_0.html.en

index d090e9dc02c85467607562d7f5137ab6da1963a6..2369bc47b75ec2195d69d151976a5f54cb8c6a6c 100644 (file)
@@ -31,7 +31,7 @@ needed.  A new return value has been added for modules, RERUN_HANDLERS.
 When a handler returns this value, the core searches through the list of 
 handlers looking for another module that wants to try the request.
 
-<P>When a module returns RERUN_HANDLERS, it must modify teo fields of the
+<P>When a module returns RERUN_HANDLERS, it must modify two fields of the
 request_rec, the handler and content_type fields.  Most modules will
 set the handler field to NULL, and allow the core to choose the which 
 module gets run next.  If these two fields are not modified, then the server
@@ -44,7 +44,7 @@ write to these BUFF's.  The module will also have to setup the input field for
 the next module in the list.  A new function has been added, ap_setup_input,
 which all modules should call before they do any reading to get data to modify.
 This function checks to determine if the previous module set the input field,
-if so, that input is used, if not the file is opend and that data source 
+if so, that input is used, if not the file is opened and that data source 
 is used.  The output field is used basically the same way.  The module must
 set this field before they call ap_r* in order to take advantage of
 layered I/O.  If this field is not set, ap_r* will write directly to the
index af41cc11851bdb3f57f5f980d4dbb7751ca8877d..d0ae3450eb515609652a230f8d3ffe03d4cc9db5 100644 (file)
 <DT><STRONG>Better support for non-Unix platforms</STRONG>
 <DD>Apache 2.0 should be faster and more stable on non-Unix platforms such
     as BeOS, OS/2, and Windows. With the introduction of platform-specific
-    multiprocessing modules and the Apache Portable Runtime, these
+    multiprocessing modules (MPM) and the Apache Portable Runtime, these
     platforms can now avoid using POSIX-emulation functions that are
     sometimes buggy and always hurt performance.
-
+<DD>A list of the MPM's currently available is <a href="mpm.html">here</a>.
 <DT><STRONG>New API</STRONG>
 <DD>The API for modules has changed significantly for 2.0. Many of the
     module-ordering problems from 1.3 should be gone. 2.0 does much of
index af41cc11851bdb3f57f5f980d4dbb7751ca8877d..d0ae3450eb515609652a230f8d3ffe03d4cc9db5 100644 (file)
 <DT><STRONG>Better support for non-Unix platforms</STRONG>
 <DD>Apache 2.0 should be faster and more stable on non-Unix platforms such
     as BeOS, OS/2, and Windows. With the introduction of platform-specific
-    multiprocessing modules and the Apache Portable Runtime, these
+    multiprocessing modules (MPM) and the Apache Portable Runtime, these
     platforms can now avoid using POSIX-emulation functions that are
     sometimes buggy and always hurt performance.
-
+<DD>A list of the MPM's currently available is <a href="mpm.html">here</a>.
 <DT><STRONG>New API</STRONG>
 <DD>The API for modules has changed significantly for 2.0. Many of the
     module-ordering problems from 1.3 should be gone. 2.0 does much of