Commit e9e0f3fc authored by Bill Stoddard's avatar Bill Stoddard
Browse files

Some STATUS updates.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89543 13f79535-47bb-0310-9956-ffa450edef68
parent a305aab4
Loading
Loading
Loading
Loading
+11 −31
Original line number Diff line number Diff line
APACHE 2.0 STATUS:						-*-text-*-
Last modified at [$Date: 2001/07/09 02:51:07 $]
Last modified at [$Date: 2001/07/12 03:50:19 $]

Release:

@@ -105,21 +105,7 @@ RELEASE SHOWSTOPPERS:

    WARNING: ALWAYS check srclib/apr/STATUS and srclib/apr-util/STATUS

    * cgi on all platforms is broken.  Specifically, with the addition of 
      filters, we have lost the ability to flush partially written buffers
      received from CGI scripts to the network. Apache 1.3 does a 
      non-blocking read on the pipe from the CGI. If bytes are present,
      Apache 1.3 keeps reading until one of three conditions are
      hit: 
      1. output buffer fills up (Apache should flush to network)
      2. receives an EOF on the pipe (ditto & cleanup)
      3. receives EWOULDBLOCK on the non-blocking read
      In case 3, Apache should flush the network buffer then do a
      blocking read on the pipe. Apache 2.0 always does a blocking read
      (in the content length filter), thus never gets the chance to
      flush the network i/o buffer.
      
    * Rotatelogs on Windows sometimes is not terminated when Apache
    * Win32: Rotatelogs sometimes is not terminated when Apache
      goes down hard. When this occurs, Apache will not serve requests
      after it is restarted. The problem is that the old rotatelogs
      is holding the listening socket. netstat -an shows two listeners
@@ -136,21 +122,6 @@ RELEASE SHOWSTOPPERS:
        Status: patch brought forward from 1.3.14
                WIN32 and OS2 need review [William Rowe, Brian Harvard]

    * Win32: Get Apache working on Windows 95/98. The following work
	(at least) needs to be done:
	- winnt MPM: Fix 95/98 code paths in the winnt MPM. There is some NT
	specific code that is still not in NT only code paths
	- IOL binds to APR sendfile, implemented with TransmitFile, which 
        is not available on 95/98.
        - Document warning that OSR2 is required (for Crypt functions, in
        rand.c, at least.)

    * Win32: Test access logging with multiple threads. Will the 
	native file I/O calls serialize automagically like the 
	CRT calls or do we need to add region locking each time 
	we access the logs?
	Status: 

    * Win32: Complete the revamp the service environment and relocation
        into the WinNT MPM.  Changes ServerRoot service registry 
        parameter into ConfigArgs for multiple service startup parameters.
@@ -206,6 +177,15 @@ RELEASE SHOWSTOPPERS:

RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:

    * Win32: Get Apache working on Windows 95/98. The following work
	(at least) needs to be done:
	- winnt MPM: Fix 95/98 code paths in the winnt MPM. There is some NT
	specific code that is still not in NT only code paths
	- IOL binds to APR sendfile, implemented with TransmitFile, which 
        is not available on 95/98.
        - Document warning that OSR2 is required (for Crypt functions, in
        rand.c, at least.)

    * Port of mod_ssl to Apache 2.0:

      The current porting state is summarized in modules/ssl/README.  The next