Re: [PATCH 02/15] Add a BAN_Shutdown() routine that is called before STV_Close(), and makes sure that the ban lists will not change until we exit.

2012-11-19 Thread Martin Blix Grydeland
On Mon, Nov 12, 2012 at 10:40 AM, Poul-Henning Kamp wrote: > > In message <1352287938-7247-2-git-send-email-mar...@varnish-software.com>, > Mart > in Blix Grydeland writes: > >This is to give persistent stevedores a chance to clean up their ban > >lists without having to worry about the l

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

Re: PATCH: fix some warnings during configure/compilation

2012-11-19 Thread Tollef Fog Heen
]] Federico G. Schwindt > The diff below fixes one warning during configure and two during compilation > on OpenBSD (and maybe elsewhere): Thanks, committed. -- Tollef Fog Heen Technical lead | Varnish Software AS t: +47 21 98 92 64 We Make Websites Fly! __

Issue on varnishlog command

2012-11-19 Thread Shuo Zhang
Hi, I used the latest version of varnish in Ubuntu 12. When I try to use varnishlog, nothing happens and the system is hanging there forever until typing in ctrl+c. Thanks, Shuo Zhang___ varnish-dev mailing list varnish-dev@varnish-cache.org h

[PATCH] Do not queue the accept tasks until all initialization has been done.

2012-11-19 Thread Martin Blix Grydeland
This resolves the race where the pools might accept connections and start processing them before a lot of the initialization routines has finished. --- bin/varnishd/cache/cache.h |1 + bin/varnishd/cache/cache_main.c |3 +++ bin/varnishd/cache/cache_pool.c | 41 +