Should I go with Varnish instead of nginx?
- by gotts
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?