rbb 00/07/27 10:55:19
Added: htdocs/manual new_features_2_0.html Log: Add the new_features_2_0.html file. This is very incomplete. We can and should flush it out later. Revision Changes Path 1.1 httpd-docs-1.3/htdocs/manual/new_features_2_0.html Index: new_features_2_0.html =================================================================== <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML><HEAD> <TITLE>New features with Apache 1.3</TITLE> </HEAD> <!-- Background white, links blue (unvisited), navy (visited), red (active) --> <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#000080" ALINK="#FF0000"> <!--#include virtual="header.html" --> <H1 ALIGN="CENTER">Overview of New Features in Apache 1.3</H1> <P>New features with this release, as extensions of the Apache functionality. Because the core code has changed so significantly, there are certain liberties that earlier versions of Apache (and the NCSA daemon) took that recent Apache versions are pickier about - when Apache 2.0 is released, there will be more notes on how to correct those issues. <P>Enhancements: <A HREF="#core">Core</A> | <A HREF="#performance">Performance</A> | <A HREF="#config">Configuration</A> | <A HREF="#mod">Modules</A> | <A HREF="#api">API</A> | <A HREF="#misc">Misc</A> <P><HR> <H2><A NAME="core">Core Enhancements:</A></H2> <DL> <DT><STRONG>New Build System</STRONG> <DD>The entire build system has been completely redesigned to take advantage of autoconf and libtool. This makes it more likely that DSO's will work on more systems. <DT><STRONG>Improved Portability</STRONG> <DD>Apache now takes advantage of native system calls on all supported platforms. This improves performance and reduces bugs. <DT><STRONG>Mutli-Threading</STRONG> <DD>Apache 2.0 has the option of being multi-process and multi-threaded on most platforms. <DT><STRONG>Apache Portable Runtime</STRONG> <DD>The Apache Portable Runtime allow Apache to easily port to more and more systems. This has however caused a major code re-organization. </DL> <P><HR> <!--#include virtual="footer.html" --> </BODY> </HTML>