Return-Path: Mailing-List: contact apache-docs-help@apache.org; run by ezmlm Delivered-To: mailing list apache-docs@apache.org Delivered-To: moderator for apache-docs@apache.org Received: (qmail 97124 invoked by uid 500); 27 Jul 2000 17:55:25 -0000 Delivered-To: apmail-httpd-docs-1.3-cvs@apache.org Received: (qmail 97019 invoked by uid 1092); 27 Jul 2000 17:55:21 -0000 Date: 27 Jul 2000 17:55:21 -0000 Message-ID: <20000727175521.96990.qmail@locus.apache.org> From: rbb@locus.apache.org To: httpd-docs-1.3-cvs@apache.org Subject: cvs commit: httpd-docs-1.3/htdocs/manual new_features_2_0.html 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 =================================================================== New features with Apache 1.3

Overview of New Features in Apache 1.3

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.

Enhancements: Core | Performance | Configuration | Modules | API | Misc


Core Enhancements:

New Build System
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.
Improved Portability
Apache now takes advantage of native system calls on all supported platforms. This improves performance and reduces bugs.
Mutli-Threading
Apache 2.0 has the option of being multi-process and multi-threaded on most platforms.
Apache Portable Runtime
The Apache Portable Runtime allow Apache to easily port to more and more systems. This has however caused a major code re-organization.