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 have stored ?

No, the hash table is shared over all server processes, because the
underlaying memory allocator is shared memory based. This means that all
server processes can store sessions and every other can reuse it.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to