On Feb 11, 2009, at 6:22 PM, Graham Leggett wrote:
Would it make sense for mod_memcache to become a provider beneath mod_socache, or am I missing something?
mod_memcache really just provides the config "glue" for apr_memcache so that every module that wants to use apr_memcache doesn't have to write all the config "glue" themselves. Yeah, it could probably add some socache hooks as well. I'm adding some Lua glue right now. mod_memcache is already Apache licensed.