RE: Question about SSLSessionCache using SHMHT

2001-01-16 Thread Geoff Thorpe
Hi there, On Tue, 16 Jan 2001, Doremus, Matthew wrote: > Is this to say that an underlying memory allocator would return an address > from the malloc function of memory which had previously been allocated by > another process ? This seems to be somewhat chaotic for any memory > allocation, shar

RE: Question about SSLSessionCache using SHMHT

2001-01-16 Thread Doremus, Matthew
>On Fri, Jan 12, 2001, Doremus, Matthew wrote: > >> I have been looking through the mod_ssl v7.2.1 SHMHT code and it >appears >> that each server creates it's own hash table in the allocated shared >memory. >> Does this imply that when using SHMHT servers on

Re: Question about SSLSessionCache using SHMHT

2001-01-14 Thread Geoff Thorpe
On Sat, 13 Jan 2001, Ralf S. Engelschall wrote: > On Fri, Jan 12, 2001, Doremus, Matthew wrote: > > > I have been looking through the mod_ssl v7.2.1 SHMHT code and it appears > > that each server creates it's own hash table in the allocated shared memory. > > Does this imply that when using SHMH

Re: Question about SSLSessionCache using SHMHT

2001-01-13 Thread Ralf S. Engelschall
On Fri, Jan 12, 2001, Doremus, Matthew wrote: > I have been looking through the mod_ssl v7.2.1 SHMHT code and it appears > that each server creates it's own hash table in the allocated shared memory. > Does this imply that when using SHMHT servers only retrieve sessions that > they themselves hav