According to http://blog.quehy.com/archives/208.html, mod_cache now
has support for memory based storage. Does this mean that it is an
effective replacement for mod_mem_cache? I'd like to move to something
stable for Lighty 1.4.22.
yeah. modcache with memory storage is very powerful, which is beyond my expectation. modcache can save compress content in memory too. The only drawback is you lost all memory cache when lighttpd is restarted.
to be simple: modcache 1.7 = modcache 1.6 + mod_mem_cache + mod_mem_compress
On Wed, May 6, 2009 at 8:48 AM, edvin <edv...@gmail.com> wrote:
> According to http://blog.quehy.com/archives/208.html, mod_cache now > has support for memory based storage. Does this mean that it is an > effective replacement for mod_mem_cache? I'd like to move to something > stable for Lighty 1.4.22.
> yeah. modcache with memory storage is very powerful, which is beyond my
> expectation.
> modcache can save compress content in memory too.
> The only drawback is you lost all memory cache when lighttpd is restarted.
> to be simple:
> modcache 1.7 = modcache 1.6 + mod_mem_cache + mod_mem_compress
> On Wed, May 6, 2009 at 8:48 AM, edvin <edv...@gmail.com> wrote:
> > According tohttp://blog.quehy.com/archives/208.html, mod_cache now
> > has support for memory based storage. Does this mean that it is an
> > effective replacement for mod_mem_cache? I'd like to move to something
> > stable for Lighty 1.4.22.
I have a question about mod_cache support momory based storage.When
the object in memeory cache expires,the obeject is rmoved to local
disk or pass to backend ?
> According tohttp://blog.quehy.com/archives/208.html, mod_cache now
> has support for memory based storage. Does this mean that it is an
> effective replacement for mod_mem_cache? I'd like to move to something
> stable for Lighty 1.4.22.
> I have a question about mod_cache support momory based storage.When
> the object in memeory cache expires,the obeject is rmoved to local
> disk or pass to backend ?
> On 5月6日, 上午8时48分, edvin <edv...@gmail.com> wrote:
> > According tohttp://blog.quehy.com/archives/208.html, mod_cache now
> > has support for memory based storage. Does this mean that it is an
> > effective replacement for mod_mem_cache? I'd like to move to something
> > stable for Lighty 1.4.22.