Re: "random" load balancing always choosing the same backend

2008-11-07 Thread Bryan Fullerton
On Fri, Nov 7, 2008 at 1:02 AM, Jacob Smullyan <[EMAIL PROTECTED]> wrote: > I'm delighted with varnish. However, I haven't had any luck so far > with weighted random load-balancing. I am seeing it always use one > backend, the one with the highest weight, and never us

"random" load balancing always choosing the same backend

2008-11-06 Thread Jacob Smullyan
I'm delighted with varnish. However, I haven't had any luck so far with weighted random load-balancing. I am seeing it always use one backend, the one with the highest weight, and never use the other backends at all. That is not what I expected -- and the other backends are heal

Re: Load balancing?

2008-01-18 Thread Caleb Anthony
You're right. I should have mentioned that /trunk is of course bleeding-edge and may not be entirely stable for production use. I look forward to what you have to say about client affinity. On Jan 18, 2008 1:12 AM, Poul-Henning Kamp <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]>, "Ca

Re: Load balancing?

2008-01-18 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, "Cale b Anthony" writes: >Check out this page: > >http://varnish.projects.linpro.no/wiki/Backends > >This feature is only available in /trunk currently. So you'll have to >download the source from SVN. I'm not sure that core is entirely ready to be used, I have an

Re: Load balancing?

2008-01-17 Thread Caleb Anthony
Jan 17, 2008 8:35 AM, Ivan Voras <[EMAIL PROTECTED]> wrote: > Hi, > > I remember there were discussions about possible HTTP load balancing > features in Varnish, but I don't know what was the result. Does Varnish > support load balancing (even simple round-robin would

Re: Load balancing?

2008-01-17 Thread Fredrik Kristiansen
x27; '; print get_varnish_path('/image1.jpg').' '; // Result http://varnish4.site.com/image1.jpg http://varnish1.site.com/image12.jpg http://varnish3.site.com/image54.jpg http://varnish1.site.com/image488.jpg http://varnish4.site.com/image1.jpg Fredrik Kristiansen Nett

Load balancing?

2008-01-17 Thread Ivan Voras
Hi, I remember there were discussions about possible HTTP load balancing features in Varnish, but I don't know what was the result. Does Varnish support load balancing (even simple round-robin would be enough, IP address hashing would be better)? If not, does anyone has a recommendation ab