dgaudet     98/02/06 11:54:20

  Modified:    .        STATUS
  Log:
  raining really hard
  
  Revision  Changes    Path
  1.12      +13 -1     apache-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /export/home/cvs/apache-2.0/STATUS,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- STATUS    1998/02/06 15:03:21     1.11
  +++ STATUS    1998/02/06 19:54:19     1.12
  @@ -55,7 +55,19 @@
        Status: Brian +1, Ken +1, Dean +1, Jim +1, Paul +1
       
         . sfio
  +     Status: Dean -1 until it's shown to be thread safe (RST claims it isn't)
  +
         . bstdio
  +     url please?
  +
  +      . page flipping friendly, page-sized buffer oriented, zero copy I/O
  +        (In this model there are functions like readbuf() which return a
  +     pointer to a buffer, rather than taking a pointer to a buffer.  This
  +     is a lot like how kernels actually work.  The advantage is that you
  +     can get zero-copy in the user space, which is a big win for caching
  +     modules of all sorts.  You can also support the "traditional" slow
  +     style of stdio, which adds an extra user space copy.)
  +     Status: Dean +1
   
       * API work
   
  @@ -84,7 +96,7 @@
        Status: Ken +1
   
       * new configuration language
  -     Status: 
  +     Status: Dean +1
   
       * rewrite in C++
        Status: 
  
  
  

Reply via email to