On Fri, Feb 20, 2009 at 6:11 PM, Anthony J. Biacco <[email protected]> wrote: > I stand corrected, The mem_cache module DOES serve out the cached > version, but not until the 6th request of the URL. The disk_cache module > serves out the cached version on the 2nd request (as it should). > FYI, I'm using the worker mpm.
each process builds up its own in-memory cache. You might increase ThreadsPerChild if you really want memcache. -- Eric Covener [email protected] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
