Can you make them all be active/active?<div><br></div><div> Sridhar<br><br><div class="gmail_quote">On Thu, Nov 4, 2010 at 12:47 PM, roadfox <span dir="ltr">&lt;<a href="mailto:nginx-forum@nginx.us">nginx-forum@nginx.us</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">at the moment we are running an active/standby reverse proxy<br>
installation.<br>
one virtual IP by keepalived.<br>
<br>
it works great thanks to NGINX, but has the disantvantage of having an<br>
empty cache on the standby proxy, so in case of a failover the cache<br>
must first be filled up, which slows the proxy massively down.<br>
<br>
i&#39;m now thinking about adding the standby proxy the list of origin<br>
servers, so i get something like this<br>
<br>
proxy01 -&gt; origin01<br>
               -&gt; origin02<br>
               -&gt; proxy02 -&gt; origin01<br>
                                   -&gt; origin02<br>
<br>
this would make shure that proxy02&#39;s cache is filled to<br>
<br>
will this make sense? can i configure proxy02 so he would directly<br>
answer (direct server return)? or do i really need an loadbalancer in<br>
front of the two ngingx proxys?<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,147654,147654#msg-147654" target="_blank">http://forum.nginx.org/read.php?2,147654,147654#msg-147654</a><br>
<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://nginx.org/mailman/listinfo/nginx" target="_blank">http://nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br></div>