wrowe 00/11/09 20:24:16
Modified: htdocs/manual mpm.html new_features_2_0.html Log: Just some things I noticed letting someone else have some desktop time. Guess homework isn't a bad sacrifice, actually read some docs :-) Correct me if I'm wrong on the mod_auth_digest changes. Revision Changes Path 1.3 +2 -2 httpd-docs-2.0/htdocs/manual/mpm.html Index: mpm.html =================================================================== RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/mpm.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mpm.html 2000/04/29 19:06:34 1.2 +++ mpm.html 2000/11/10 04:24:16 1.3 @@ -55,8 +55,8 @@ <th width="20%">Maintainer</th> </tr> <tr> -<td>winnt</td> -<td>The Windows MPM. This is mainly aimed at Windows NT.</td> +<td>mpm_winnt</td> +<td>The Windows MPM, this is a multi-threaded model with a parent watchdog process.</td> <td><a href="mailto:[EMAIL PROTECTED]">Bill Stoddard</a></td> </tr> </table> 1.5 +21 -16 httpd-docs-2.0/htdocs/manual/new_features_2_0.html Index: new_features_2_0.html =================================================================== RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/new_features_2_0.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- new_features_2_0.html 2000/10/12 00:19:37 1.4 +++ new_features_2_0.html 2000/11/10 04:24:16 1.5 @@ -31,19 +31,19 @@ multiple protocols. mod_echo has been written as an example. <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 (MPM) and the Apache Portable Runtime, these - platforms can now avoid using POSIX-emulation functions that are - sometimes buggy and always hurt performance. +<DD>Apache 2.0 is faster and more stable on non-Unix platforms such as + BeOS, OS/2, and Windows. With the introduction of platform-specific + multiprocessing modules (MPM) and the Apache Portable Runtime (APR), + these platforms are now implemented in their native API, avoiding the + often buggy and poorly performing POSIX-emulation layers. <DD>A list of the MPM's currently available is <a href="mpm.html">here</a>. -<DT><STRONG>New API</STRONG> + +<DT><STRONG>New Apache 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 this automatically, and module ordering is now done per-hook to - allow more flexibility. Also, new calls have been added that should - allow modules to do more without requiring patching of the core - Apache server. + allow more flexibility. Also, new calls have been added that provide + additional module capabilities without patching the core Apache server. <P><HR> @@ -54,17 +54,22 @@ <dt><strong>mod_auth_db</strong> <dd>Now supports Berkely DB 3.0 -<dt><strong>mod_file_cache</strong> -<dd>New module in Apache 2.0. This module includes the functionality -of mod_mmap_static in Apache 1.3, plus adds further caching abilities. - -<dt><strong>mod_dav</strong> -<dd>New module in Apache 2.0. This module implements the -HTTP Distributed Authoring and Versioning (DAV) specification. +<dt><strong>mod_auth_digest</strong> +<dd>Includes additional support for session caching across processes +using shared memory. <dt><strong>mod_charset_lite</strong> <dd>New module in Apache 2.0. This experimental module allows for character set translation or recoding. + +<dt><strong>mod_dav</strong> +<dd>New module in Apache 2.0. This module implements the +HTTP Distributed Authoring and Versioning (DAV) specification for +posting and maintaining web content. + +<dt><strong>mod_file_cache</strong> +<dd>New module in Apache 2.0. This module includes the functionality +of mod_mmap_static in Apache 1.3, plus adds further caching abilities. </dl>