Should I go with Varnish instead of nginx?

Posted by gotts on Stack Overflow See other posts from Stack Overflow or by gotts
Published on 2010-06-10T16:57:28Z Indexed on 2010/06/10 17:03 UTC
Read the original article Hit count: 240

I really like nginx.

But recently I've found that varnish gives you an opportunity to implement smart caching revers proxy layer(with URL purging). I have a cluster of mongrels which are pretty resource-intensive so if this caching layer can remove some load from mongrels this can be a great thing.

I didn't find a way to implement the caching layer(with for application pages; static content is cacheable of course) same with nginx..

Should I use Varnish instead? What would you recommend?

© Stack Overflow or respective owner

Related posts about Performance

Related posts about caching