Brian Akins wrote:
I have a need to write a generic way to integrate apr_memcache into
httpd. Basically, I have several otehr modules taht use memcached as
[...]
Basically, mod_memcache could have this config:
MemCacheServer memcache1.turner.com:9020 min=8 smax=16 max=64 ttl=5
MemCacheServer memcache4.turner.com:9020 min=8 smax=16 max=64 ttl=5
MemCacheServer memcache10.turner.com:9020 min=8 smax=16 max=64 ttl=5
[...]
Hi Brian,
I just wonder what has happen to this good idea? Did you start
implementing it? (Today I was thinking about implementing this, coz' I
need it....)
Or do you still think about an abstraction level for merging modules
like mod_memcache and mod_dbd? :-)
Frank