From: phk Date: Thu, 20 Jul 2006 15:10:36 +0000 (+0000) Subject: Add XXX comment X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d118bcef72ec3ebe6ecb959a3d16de6eb445e3c5;p=varnish Add XXX comment git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@530 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_expire.c b/varnish-cache/bin/varnishd/cache_expire.c index a1c570bf..d76b5971 100644 --- a/varnish-cache/bin/varnishd/cache_expire.c +++ b/varnish-cache/bin/varnishd/cache_expire.c @@ -2,6 +2,13 @@ * $Id$ * * Expiry of cached objects and execution of prefetcher + * + * XXX: Objects can linger on deathrow as long as a slow client + * XXX: tickles data away from it. With many slow clients this could + * XXX: possibly make deathrow very long and make the hangman waste + * XXX: time. The solution is to have another queue for such "pending + * XXX: cases" and have HSH_Deref() move them to deathrow when they + * XXX: are ready. */ #include