rbb         99/01/26 12:28:31

  Modified:    .        STATUS
  Log:
  Update STATUS file for work being done in pthreads port
  
  Revision  Changes    Path
  1.2       +20 -1     apache-apr/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/apache-apr/STATUS,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- STATUS    1999/01/21 23:14:25     1.1
  +++ STATUS    1999/01/26 20:28:30     1.2
  @@ -1,5 +1,5 @@
   Apache Portable Runtime STATUS:
  -Last modified at [$Date: 1999/01/21 23:14:25 $]
  +Last modified at [$Date: 1999/01/26 20:28:30 $]
   
   Release:
   
  @@ -20,7 +20,18 @@
   
   Available Patches:
   In progress:
  +    Accept Serialization
  +        Implemented as a blocking queue.  1 accept thread passes connection
  +        to queue (size of queue is config directive, default # of threads).
  +        All other threads block on queue.
  +
  +    Signal Handling
  +        Investigate signal handling in Apache-pthreads.  Currently, we kill
  +        the process when we encounter SIGPIPE, obviously bad.
   
  +    Modules
  +        Ensure thread safety.  Does not include mod_proxy.
  +
       Everything
   
   Needs patch:
  @@ -31,6 +42,14 @@
     * What the status codes should look like
     * Various modules aren't pthreads-ready (mod_cgi)
     * Bringing in the libap stuff
  +
  +  * Mod_proxy
  +  * Timeouts.  (only soft timeouts)
  +  * Check misc thread safety.  Make sure UNIX code path mirrors NT path.
  +  * Process/Thread hybridization
  +  * put monitor process back into place.  Was removed for initial port, it's
  +    time we make sure the server is running, and if not, start it again.
  +  * Optimize Optimize Optimize
   
     FEATURE SET FOR APR
   
  
  
  

Reply via email to