Re: load-balancing

2017-03-20 Thread Andrei
;> >>> *From:* Guillaume Quintard [mailto:guilla...@varnish-software.com] >>> *Sent:* Friday, March 17, 2017 9:34 AM >>> *To:* Rodney Bizzell <rbizz...@measinc.com> >>> *Cc:* varnish-misc@varnish-cache.org >>> *Subject:* Re: load-balancing

Re: load-balancing

2017-03-20 Thread Jason Price
t; wrote: > >> Thanks! >> >> >> >> *From:* Guillaume Quintard [mailto:guilla...@varnish-software.com] >> *Sent:* Friday, March 17, 2017 9:34 AM >> *To:* Rodney Bizzell <rbizz...@measinc.com> >> *Cc:* varnish-misc@varnish-cache.org >>

Re: load-balancing

2017-03-18 Thread Andrei
ell <rbizz...@measinc.com> wrote: > Thanks! > > > > *From:* Guillaume Quintard [mailto:guilla...@varnish-software.com] > *Sent:* Friday, March 17, 2017 9:34 AM > *To:* Rodney Bizzell <rbizz...@measinc.com> > *Cc:* varnish-misc@varnish-cache.org > *Subject:* Re: load-bal

RE: load-balancing

2017-03-17 Thread Rodney Bizzell
Thanks! From: Guillaume Quintard [mailto:guilla...@varnish-software.com] Sent: Friday, March 17, 2017 9:34 AM To: Rodney Bizzell <rbizz...@measinc.com> Cc: varnish-misc@varnish-cache.org Subject: Re: load-balancing The docs have this: http://varnish-cache.org/docs/5.0/reference/vcl.htm

Re: load-balancing

2017-03-17 Thread Guillaume Quintard
The docs have this: http://varnish-cache.org/docs/5.0/reference/vcl.html (you are interested in bereq.backend and req.backend_hint) and http://varnish-cache.org/docs/5.0/reference/vmod_directors.generated.html And there is a couple of articles about it:

Re: load balancing multiple sites with varnish

2016-03-06 Thread Per Buer
Hi, On Sun, Mar 6, 2016 at 5:40 AM, Tim Dunphy wrote: > (..) > However when I tried to add the new kibana hosts to the config, instead of > showing the kibana interface, it shows the default web page on my first > apache server from the previous load balancing pool. That

Re: Load Balancing and Varnish

2012-07-17 Thread Hettwer, Marian
On 26.06.12 19:40, Hugo Cisneiros (Eitch) hugo.cisnei...@gmail.com wrote: On Tue, Jun 26, 2012 at 1:46 PM, Allan Brand allan.br...@gmail.com wrote: I'm new to Varnish and I've seen a number of discussions where Varnish is used in conjunction with a load balancer in the following manner: [LB]

Re: Load Balancing and Varnish

2012-06-27 Thread Per Buer
Hi. Varnish can do that. VCL is a powerful thing. Use the client director and set client.identity to req.url. It might be that client.identity is a bad name. Maybe it should be renamed. Per. On Tue, Jun 26, 2012 at 10:24 PM, Jean-Christian BEDIER jc.bed...@gmail.com wrote: Real loadbalancer

Re: Load Balancing and Varnish

2012-06-26 Thread Javier Casares
¿Why don't you use Varnish as a LB? https://www.varnish-cache.org/trac/wiki/LoadBalancing Javier Casares http://javiercasares.com/ 2012/6/26 Allan Brand allan.br...@gmail.com: Greetings, I'm new to Varnish and I've seen a number of discussions where Varnish is used in conjunction with a

Re: Load Balancing and Varnish

2012-06-26 Thread Allan Brand
Can Varnish load balance with algorithms other than round-robin or random? That's all I've been able to find. Thanks, Allan On Tue, Jun 26, 2012 at 11:58 AM, Javier Casares jav...@casares.org wrote: ¿Why don't you use Varnish as a LB? https://www.varnish-cache.org/trac/wiki/LoadBalancing

Re: Load Balancing and Varnish

2012-06-26 Thread Allan Brand
Thanks! Does Varnish support least-connections or weighted least-connections load balancing? Also, in the scenario of placing a LB in front of Varnish, is the Varnish host a dedicated machine or is it running locally on the web servers? Allan On Tue, Jun 26, 2012 at 12:40 PM, Hugo Cisneiros

Re: Load balancing streaming (rtsp) servers

2011-01-07 Thread Kristian Lyngstol
On Wed, Dec 29, 2010 at 05:59:15PM -0500, Nicholas Tang wrote: Question: is it possible to load balance rtsp servers using Varnish? They'd need to stick based on client ip. My thought was to try something like this: Well, RTSP is two-way and keeps state. HTTP only allows clients to send

Re: Load balancing streaming (rtsp) servers

2011-01-04 Thread Alejandro
Nicholas, Any luck with this? works? I need the same feature you will need to use this for balancing Wowza Media Server right? Thanks, Alejandro 2010/12/29 Nicholas Tang nicholas.t...@livestream.com Question: is it possible to load balance rtsp servers using Varnish? They'd need to

Re: Load balancing streaming (rtsp) servers

2011-01-04 Thread Nicholas Tang
Haven't had a chance to test it yet, and no one has responded. And yeah, Wowza. :) Nicholas On Jan 4, 2011 7:11 PM, Alejandro cdgr...@gmail.com wrote: Nicholas, Any luck with this? works? I need the same feature you will need to use this for balancing Wowza Media Server right?