You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by aa...@apache.org on 2002/01/10 02:19:24 UTC

cvs commit: apr CHANGES STATUS

aaron       02/01/09 17:19:24

  Modified:    .        CHANGES STATUS
  Log:
  This should take care of this STATUS entry. We now have a unified
  shared memory system that can be implemented and used on all
  platforms including Win32.
  
  Revision  Changes    Path
  1.203     +7 -0      apr/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apr/CHANGES,v
  retrieving revision 1.202
  retrieving revision 1.203
  diff -u -r1.202 -r1.203
  --- CHANGES	8 Jan 2002 06:22:25 -0000	1.202
  +++ CHANGES	10 Jan 2002 01:19:24 -0000	1.203
  @@ -1,5 +1,12 @@
   Changes with APR b1  
   
  +  *) Add new apr_shm_t API and remove old apr_shmem_t API. The new
  +     API handles both anonymous and name-based shared memory. Anonymous
  +     shared memory segments are only usable on systems with process
  +     inheritance, and so the new API with name-based segments is
  +     usable on platforms like Win32.  [Aaron Bannert and William Rowe
  +     with much help from Justin Erenkrantz and Sander Striker]
  +
     *) Add --with-egd to support EGD-compatible entropy gatherers for 
        those platforms without native support.  [Justin Erenkrantz]
   
  
  
  
  1.87      +1 -11     apr/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/apr/STATUS,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- STATUS	4 Jan 2002 08:50:12 -0000	1.86
  +++ STATUS	10 Jan 2002 01:19:24 -0000	1.87
  @@ -1,5 +1,5 @@
   APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS:			-*-text-*-
  -Last modified at [$Date: 2002/01/04 08:50:12 $]
  +Last modified at [$Date: 2002/01/10 01:19:24 $]
   
   Release:
   
  @@ -82,16 +82,6 @@
   
       * Build scripts do not recognise AIX 4.2.1 pthreads
         Justin says: "Is this still true?"
  -
  -    * Win32: Implement apr_shm_ functions 
  -      Status: rbb insists he has thoughts about splitting apr_shm_*
  -              mechanisms to support muliple models (some sort of 'keyed'
  -              schema as well as anonymous inheritable shmem), and has a
  -              possible solution to the 'ask for 1MB, then ask for 4x256kb
  -              bogosity, so we are waiting on this.
  -      Justin says: "That problem should be fixed now because we ignore memory
  -                    management with shared memory on Unix (at least).  So, 
  -                    the Win32 guys should be able to go ahead if they want."
   
       * FirstBill says we need a new procattr, APR_CREATE_SUSPENDED (or
         something similar) to direct ap_create_process to create the