Adrian - you are right, about re-inventing the wheel.  What I was
thinking exactly. I didn't think about RFC2616

Currently, the apache mod_jk with AJP is in use - maybe I should have
mentioned this.  Maybe this is what you mean by a cache module. In any
case, I have yet to dig into mod_mem_cache and mod_disk_cache to see
it they have provisions for deleting a specific stored object/web
page.

On May 19, 7:25 am, Adrian Otto <[email protected]> wrote:
> In all honesty it might be more simple to use a proxy cache for this. There 
> are proxy cache modules for most popular web servers, including Apache, 
> Lighttpd, nginx, etc. Better yet using a caching proxy server like squid or 
> varnish, or yahoo traffic server work well for higher traffic use cases.
>
> Using memcached as a web page cache means that you need to write a script to 
> place data in the cache and fetch it. You won't have the advanced features of 
> RFC2616, particularly support for conditional requests unless you implement 
> those in your script. This is a frequently overlooked efficiency feature 
> that's not trivial to do properly.

Reply via email to