Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

4 items tagged “squid”

ncache. A squid-style caching system built on top of nginx. Supports the HTTP PURGE method for cache invalidation. 1 18th June 2008, 8:09 pm

HTTP Cache Channels (via) Interesting extension to the HTTP caching model by Mark Nottingham: caches can be told to subscribe to an Atom feed which alerts them to cached data that has gone stale. Group invalidation is also supported. 0 4th January 2008, 12:48 pm

Two HTTP Caching Extensions. stale-while-revalidate serves cached content even while a refresh has been triggered and is currently being pulled in to the cache; stale-if-error serves cached content if a service has gone down. 1 12th December 2007, 11:23 am

Just what web server should be sitting in front of my Rails application? Includes some interesting notes about Varnish, PHK’s high performance, highly configurable front-end caching server (essentially a much more modern version of Squid). 0 17th July 2007, 1:29 pm

A django site