Skip to content

Comment on Making Posterous faster with Varnish page caching

Comments

Their description of Lacquer sounds problematic to me.

The usual failure case for this is that a cache node goes down for awhile, misses some invalidation messages, then comes up and starts serving (stale) traffic again.

This case isn't so bad if you keep your TTL low, and have cheap page revalidation.

Ideally invalidation happens on an offline queue with retry support. Server down? Reschedule job and retry later.

We use Delayed Job at Posterous for things like this. Resque works too.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.