]> err.no Git - varnish/commit
Don't use a thread from the pool, backend polling is far too long-lived for
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 18 Aug 2008 07:46:23 +0000 (07:46 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 18 Aug 2008 07:46:23 +0000 (07:46 +0000)
commit3225ce52f9bab81e716db0f69026a8616265a198
treec3d3d626d682199859c635d0043dbabbb2cb9077
parent17166b9fd4acb1fcecde84b4e3555e280519664d
Don't use a thread from the pool, backend polling is far too long-lived for
that to make sense.

We do not need a mutex for our list, all manipulation is from CLI thread.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3096 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache_backend_poll.c