]> err.no Git - varnish/commit
Eliminate the session_grace thing, the inter-request interval is to
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 15 Sep 2006 16:18:27 +0000 (16:18 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 15 Sep 2006 16:18:27 +0000 (16:18 +0000)
commit665c8658e2e2721ba89fc21ff8d661d9e1c82962
tree2a1d37271f82b5e254077fd350de8b499116f4c6
parent38e4f57413d7f136c593a216c29529b42fe58582
Eliminate the session_grace thing, the inter-request interval is to
large in general (think RTT) for this to make sense, it costs a syscall
and if a delay is used, at least two context switches.

We still capture sessions that do pipe-line avoiding the context switch
in that case, without incurring the syscall overhead.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@995 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache_center.c
varnish-cache/bin/varnishd/mgt_param.c
varnish-cache/include/stat_field.h