From: "'Aaron Bannert'" <[EMAIL PROTECTED]> Sent: Monday, January 07, 2002 6:49 PM
> On Mon, Jan 07, 2002 at 07:49:38PM -0500, MATHIHALLI,MADHUSUDAN > (HP-Cupertino,ex1) wrote: > > But, as regards SSL session caching, the cache initialization is done only > > in the 2nd phase, and all the children are supposed to inherit the > > segment-id from that point onwards.. (somebody, pl. correct me if i'm wrong) > > The biggest thing that will be enabled with this API is the ability > for Win32 to join the game. This means that our API cannot normally > depend on inheritance (via fork()), which also means things get weird > for anonymous shared memory. Correct. Testing for APR_HAS_FORK, you can take a named shared memory path rather than anonymous for your cache. I'll be implementing a patch for mod_auth_digest based on shm + rmm tonight, so this should be simple to follow. Bill
