From: Manoj Kasichainula Date: Mon, 17 Jan 2000 21:03:08 +0000 (+0000) Subject: The start of a 2.0 changes document. This will be a basis for Manoj's X-Git-Tag: 1.3.11~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f5579ed4d9dc9ecb9b3917bfb3c3f3da5f0e117;p=apache The start of a 2.0 changes document. This will be a basis for Manoj's ApacheCon 2000 presentation, so please add to this. :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84485 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_0.html b/docs/manual/new_features_2_0.html new file mode 100644 index 0000000000..325696f453 --- /dev/null +++ b/docs/manual/new_features_2_0.html @@ -0,0 +1,50 @@ + + +New features with Apache 2.0 + + + + + +

Overview of New Features in Apache 2.0

+ +

Enhancements: Core | + +


+ +

Core Enhancements:

+ +
+
Unix Threading +
On Unix systems with POSIX threads support, Apache can now run in a + hybrid multiprocess, multithreaded mode. This should improve + scalability. + +
New Build System +
The build system has been rewritten from scratch to be based on + autoconf and libtool. This makes Apache's configuration system more + similar to that of other packages. + +
Multiprotocol Support +
Apache now has some of the infrastructure in place to support serving + multiple protocols. mod_echo has been written as an example. + +
Better support for non-Unix platforms +
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 + platforms can now avoid using POSIX-emulation functions that are + sometimes buggy and always hurt performance. + +
New API +
The API for modules has changed significantly for 2.0. Many of the + module-ordering problems from 1.3 should be gone, since 2.0 does much + of this automatically now. Also, new calls have been added that should + allow modules to do more without requiring patching of the core Apache + server. + + + + + diff --git a/docs/manual/new_features_2_0.html.en b/docs/manual/new_features_2_0.html.en new file mode 100644 index 0000000000..325696f453 --- /dev/null +++ b/docs/manual/new_features_2_0.html.en @@ -0,0 +1,50 @@ + + +New features with Apache 2.0 + + + + + +

Overview of New Features in Apache 2.0

+ +

Enhancements: Core | + +


+ +

Core Enhancements:

+ +
+
Unix Threading +
On Unix systems with POSIX threads support, Apache can now run in a + hybrid multiprocess, multithreaded mode. This should improve + scalability. + +
New Build System +
The build system has been rewritten from scratch to be based on + autoconf and libtool. This makes Apache's configuration system more + similar to that of other packages. + +
Multiprotocol Support +
Apache now has some of the infrastructure in place to support serving + multiple protocols. mod_echo has been written as an example. + +
Better support for non-Unix platforms +
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 + platforms can now avoid using POSIX-emulation functions that are + sometimes buggy and always hurt performance. + +
New API +
The API for modules has changed significantly for 2.0. Many of the + module-ordering problems from 1.3 should be gone, since 2.0 does much + of this automatically now. Also, new calls have been added that should + allow modules to do more without requiring patching of the core Apache + server. + + + + +