coar        98/03/08 07:07:21

  Modified:    .        STATUS
  Log:
        Another blue-sky idea for a primitive-set.
  
  Revision  Changes    Path
  1.26      +6 -0      apache-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /export/home/cvs/apache-2.0/STATUS,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- STATUS    1998/03/07 21:26:17     1.25
  +++ STATUS    1998/03/08 15:07:21     1.26
  @@ -23,6 +23,12 @@
   
   Open issues:
   
  +  * Library of routines to allow access to memory shared between
  +    processes, for things like per-module caches.  Such shared
  +    segments should persist until the refcount drops to zero.
  +    It would be cool if pools could be created in such segments
  +    to allow things like shared tables and arrays.
  +
     * "Apache ports" project - simple-to-install (a la CPAN) one-off
       tools, scripts (such as counters, guest books, et cetera)
   
  
  
  

Reply via email to