stoddard    99/06/09 10:22:47

  Modified:    src      CHANGES
  Log:
  Yeeeoowww it's hot here today!
  
  Revision  Changes    Path
  1.1377    +18 -0     apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1376
  retrieving revision 1.1377
  diff -u -r1.1376 -r1.1377
  --- CHANGES   1999/06/09 11:27:52     1.1376
  +++ CHANGES   1999/06/09 17:22:44     1.1377
  @@ -1,5 +1,23 @@
   Changes with Apache 1.3.7
   
  +  *) Win32: The query switch "apache -S" didn't exit after showing the
  +     vhost settings. That was inconsistent with the other query functions.
  +     [Bill Stoddard - Fixed by Martin on Unix in 1.3.4]
  +
  +  *) Win32: Changed behaviour of apache -k restart. 
  +     Previously, the server would drain all connections in the stack's
  +     listen queue before honoring the restart. On a busy server, this
  +     could take hours.  Now, a restart is honored almost immediately. 
  +     All connections in Apache's queues are handled but connections in 
  +     the stack's listen queue are discarded. Restart triggered by 
  +     MaxRequestPerChild is unchanged. 
  +     [Bill Stoddard <[EMAIL PROTECTED]>]
  +
  +  *) Win32: Eliminated unnecessary call to wait_for_multiple_objects in
  +     the accept loop. Good for a 5% performance boost. Cleaned up 
  +     parent/child process management code. 
  +     [Bill Stoddard <[EMAIL PROTECTED]>]
  +
     *) Added ceiling on file size for memory mapped files.
        [John Giannandrea <[EMAIL PROTECTED]>] PR#4122
   
  
  
  

Reply via email to