Tagged Questions

6
votes
4answers
3k views

Alternative Reverse Proxy Architecture Directions

Currently, I've got an expensive license for a reverse proxy server in an environment that is mostly Tomcat. I'm thinking of one or both of the following upgrades. Using Squid instead of the ...
5
votes
1answer
342 views

Varnish and ESI, how is the performance?

Im wondering how the performance of th ESI module is nowadays? I've read some posts on the web that ESI performance on varnish were actually slower than the real thing. Say i had a page with over ...
4
votes
3answers
860 views

REST API caching, should I use a Reverse proxy or memcache(d)?

I have a REST API where I would like to cache the JSON response of the index (GET /foo) and the read actions (GET /foo/1) to significantly increase the performance. When there is a POST or a PUT on a ...
3
votes
2answers
1k views

Should I go with Varnish instead of nginx?

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 ...
3
votes
4answers
1k views

What's a good caching reverse proxy which can serve stale content if the underlying application becomes unavailable?

I'm looking for a caching reverse proxy (something like squid or varnish) with good support for serving stale content in the event of failure - in other words, if the application I'm proxying goes ...
1
vote
1answer
326 views

Limit varnish client-wait time, not back-end time

I'm looking for a solution to guarantee client response time with varnish, without limiting backend response time. I have around 100 different resources (http://host/resource.js?id=1 etc.) which on ...
0
votes
0answers
222 views

Which reverse proxy accelerator is recommended with Apache/PHP - Varnish or Squid or some other? [closed]

Possible Duplicate: Tux, Varnish or Squid? We want to implement concept of reverse proxy accelerator. Consider the pure LAMP environment which reverse proxy accelerator is recommended - ...
0
votes
1answer
176 views

Reverse Proxy dynamic webserver loading

Is there any way to dynamically load and unload webservers from a reverse proxy? For example let's say I have a cluster of 100 apache servers and I want to patch the servers. I would like the have a ...