]> granicus.if.org Git - apache/commitdiff
Add entry about win32 socket timeouts...
authorBill Stoddard <stoddard@apache.org>
Thu, 17 Aug 2000 17:49:04 +0000 (17:49 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 17 Aug 2000 17:49:04 +0000 (17:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86094 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1762df1ff01f73c8b0875dac434fff4a00d44ea6..048caa2c996cebc7dcfd150d75bbbf7175e174ee 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 2000/08/16 20:42:39 $]
+Last modified at [$Date: 2000/08/17 17:49:04 $]
 
 Release:
 
@@ -11,12 +11,12 @@ Release:
     2.0a1   : released March 10, 2000
 
 RELEASE SHOWSTOPPERS:
-    * Need to reintroduce the notion of MMAP_SEGMENT_SIZE which was
-      lost with the creation of ap_bucket_mmap_create. Apache's
-      timeout model is a timeout per-write. If we try to mmap
-      an entire file and send it to a slow client, the write
-      will timeout before the send is complete. Ditto for sendfile
-      support.
+    * Win32: Socket timeout semantics in Win32 APR are slightly
+      different from Unix semantics. This is mostly due to using 
+      setsockopt(SO_SNDTIMEO | SO_RCVTIMEO) in the Win32
+      socket routines. The major problem in the current implementation
+      is that timeouts apply to sending the entire response.
+      Status: Bill S. is working on this
 
     * All of the bucket types must be implemented.  The list can be found
       in src/include/ap_buckets.h. May need to implement a bucket type