On Mon, May 06, 2002 at 10:23:39AM -0300, Marc G. Fournier wrote: > Just wondering if anyone has looked at (or does it already exist) > creating a simple SysV SHM compatibility API, so that it 'plugs-n-plays' > nicer with existing programs?
APR's apr_shm.h API is really just for working with other APR apps. If you want two processes to be able to map the same segment, they both must use APR. What kind of functionality is missing? -aaron