You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1999/07/29 00:53:15 UTC

cvs commit: apache-apr STATUS

manoj       99/07/28 15:53:14

  Modified:    .        STATUS
  Log:
  Since when are temperatures in the 90's a massive heat wave? Not that I
  like it or anything...
  
  Revision  Changes    Path
  1.29      +11 -12    apache-apr/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/apache-apr/STATUS,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -d -u -r1.28 -r1.29
  --- STATUS	1999/06/30 19:01:01	1.28
  +++ STATUS	1999/07/28 22:53:12	1.29
  @@ -1,5 +1,5 @@
   Apache Portable Runtime STATUS:
  -Last modified at [$Date: 1999/06/30 19:01:01 $]
  +Last modified at [$Date: 1999/07/28 22:53:12 $]
   
   Release:
   
  @@ -20,15 +20,11 @@
   
   Available Patches:
   In progress:
  -    Logging statements
  -        We have some comments along the lines of "log this here".
  -        Let's actually make those logs at some point. 
  -
       Modules
           Ensure thread safety.  Does not include mod_proxy, yet.
   	Modules that don't work:
  -            mod_digest.c     --Anybody have a client that can transmit Digest
  -			       Auth?
  +            mod_digest.c      -- Don't bother with this until the new
  +                                 mod_digest code gets incorporated.
   
   	Questionable modules: (Not tested.)         
   	    mod_log_agent.c   -- Are we keeping these in 2.0 after Ken's
  @@ -50,15 +46,18 @@
     worker threads exit quickly and signal the sigwait thread before the
     sigwait() call has been entered, the thread never gets the signal.
   
  -Open issues:
  +  Min and MaxSpareServers don't allow fine enough granularity to specify
  +  the number of idle threads needed. For example, if ThreadsPerChild is
  +  200, we probably don't need all 200 threads to be idle, yet that is
  +  the minimum allowed right now. A patch was committed to the pthread
  +  MPM to use Min/MaxSpareThreads instead; it should be moved to this
  +  repository soon if no one has problems.
   
  -  * Whether every APR routine should return a status code
  -  * What the status codes should look like
  -  * Bringing in the libap stuff
  +Open issues:
   
     * Optimize Optimize Optimize
   
  -  FEATURE SET FOR APR
  +  FEATURE SET FOR HYBRID SERVER
   
   Closed issues:
       Accept Thread Serialization