cvs commit: apache-2.0/htdocs/manual/user new_features_2_0.html

2000-01-22 Thread manoj
manoj   00/01/21 20:23:57

  Modified:htdocs/manual/user new_features_2_0.html
  Log:
  Note that module ordering is now done per-hook.
  Suggested by: Ben Laurie.
  
  Revision  ChangesPath
  1.2   +5 -4  apache-2.0/htdocs/manual/user/new_features_2_0.html
  
  Index: new_features_2_0.html
  ===
  RCS file: /home/cvs/apache-2.0/htdocs/manual/user/new_features_2_0.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -u -r1.1 -r1.2
  --- new_features_2_0.html 2000/01/17 21:03:08 1.1
  +++ new_features_2_0.html 2000/01/22 04:23:56 1.2
  @@ -39,10 +39,11 @@
   
   DTSTRONGNew API/STRONG
   DDThe 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.
  +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.
   
   !--#include virtual=footer.html --
   /BODY
  
  
  


cvs commit: apache-2.0/htdocs/manual/user new_features_2_0.html

2000-01-17 Thread manoj
manoj   00/01/17 13:03:16

  Added:   htdocs/manual/user new_features_2_0.html
  Log:
  The start of a 2.0 changes document. This will be a basis for Manoj's
  ApacheCon 2000 presentation, so please add to this. :)
  
  Revision  ChangesPath
  1.1  apache-2.0/htdocs/manual/user/new_features_2_0.html
  
  Index: new_features_2_0.html
  ===
  !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 3.2 Final//EN
  HTMLHEAD
  TITLENew features with Apache 2.0/TITLE
  /HEAD
  
  !-- Background white, links blue (unvisited), navy (visited), red (active) 
--
  BODY BGCOLOR=#FF TEXT=#00 LINK=#FF 
VLINK=#80 ALINK=#FF
  !--#include virtual=header.html --
  H1 ALIGN=CENTEROverview of New Features in Apache 2.0/H1
  
  PEnhancements: A HREF=#coreCore/A |
  
  PHR
  
  H2A NAME=coreCore Enhancements:/A/H2
  
  DL
  DTSTRONGUnix Threading/STRONG
  DDOn Unix systems with POSIX threads support, Apache can now run in a
  hybrid multiprocess, multithreaded mode. This should improve
  scalability. 
  
  DTSTRONGNew Build System/STRONG
  DDThe 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.
  
  DTSTRONGMultiprotocol Support/STRONG
  DDApache now has some of the infrastructure in place to support serving
  multiple protocols. mod_echo has been written as an example.
  
  DTSTRONGBetter support for non-Unix platforms/STRONG
  DDApache 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.
  
  DTSTRONGNew API/STRONG
  DDThe 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.
  
  !--#include virtual=footer.html --
  /BODY
  /HTML