Re: PATCH: Add a least-connection director

2012-11-19 Thread Poul-Henning Kamp
In message <20121116110700.7c8093ade5704a7ee6053...@lodoss.net>, "Federico G. S chwindt" writes: >As mentioned on IRC It's not guaranteed that the first request >will have a backend assigned before the second request comes in so >this is not bulletproof but should be good enough for most

PATCH: Add a least-connection director

2012-11-16 Thread Federico G. Schwindt
Hi, As mentioned on IRC It's not guaranteed that the first request will have a backend assigned before the second request comes in so this is not bulletproof but should be good enough for most usages. Comments? OKs? f.- diff --git a/bin/varnishd/cache/cache_backend.h b/bin/varnishd/cache/cach

Re: [PATCH] add a least-connection director

2012-04-10 Thread Tollef Fog Heen
]] Federico G. Schwindt Hi, > No, will check tonight. Was fine last time I checked. have you had any progress on this? I'd like to get this merged if possible. :-) Regards, -- Tollef Fog Heen Technical lead, Varnish Software t: +47 21 98 92 64 ___

Re: [PATCH] add a least-connection director

2012-03-29 Thread Federico G. Schwindt
No, will check tonight. Was fine last time I checked. Tollef Fog Heen wrote: >]] Federico G. Schwindt > >Hi, > >> On Sat, 21 Jan 2012 10:14:27 + >> "Federico G. Schwindt" wrote: >> >> > Hi, >> > >> > The diff below adds a least-connection director based on the random >> > director. >> >

Re: [PATCH] add a least-connection director

2012-03-29 Thread Tollef Fog Heen
]] Federico G. Schwindt Hi, > On Sat, 21 Jan 2012 10:14:27 + > "Federico G. Schwindt" wrote: > > > Hi, > > > > The diff below adds a least-connection director based on the random > > director. > > Documentation and tests included. > > Comments? OKs? > > Updated diff against trunk. Fails

Re: [PATCH] add a least-connection director

2012-02-14 Thread Federico G. Schwindt
On Sat, 21 Jan 2012 10:14:27 + "Federico G. Schwindt" wrote: > Hi, > > The diff below adds a least-connection director based on the random director. > Documentation and tests included. > Comments? OKs? Updated diff against trunk. Anyone? bin/varnishd/cache/cache_backend.h |1 + bi

[PATCH] add a least-connection director

2012-01-21 Thread Federico G. Schwindt
Hi, The diff below adds a least-connection director based on the random director. Documentation and tests included. Comments? OKs? f.- bin/varnishd/cache/cache_backend.h |1 + bin/varnishd/cache/cache_backend_cfg.c |2 + bin/varnishd/cache/cache_dir_random.c | 52

PATCH: add a least-connection director

2012-01-20 Thread Federico G. Schwindt
Hi, The diff below adds a least-connection director based on the random director. Documentation and tests included. Comments? OKs? f.- bin/varnishd/cache/cache_backend.h |1 + bin/varnishd/cache/cache_backend_cfg.c |2 + bin/varnishd/cache/cache_dir_random.c | 52