On Fri, Sep 20, 2002 at 10:16:35AM -0700, Aaron Bannert wrote: > An alternative, since Debian/Linux has a robust VM system, would be > to make sure Apache uses an mmap()-based shared memory syscall. This > would take some tweaking of the autoconf scripts.
I think the autoconf tests already detect mmap() on Linux, but we can't use that as SSLSessionCache uses named shared memory exclusively. I think we should add anonymous shared memory support to mod_ssl's session caches, but that'd be too easy a solution. -- justin
