]> err.no Git - varnish/commit
Move the objects and their http header into storage instead of
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 1 Oct 2007 08:54:26 +0000 (08:54 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 1 Oct 2007 08:54:26 +0000 (08:54 +0000)
commit7cf57e69d33dd287524a67d9ae9bb2e0665e0a62
treedcb290f3a5932bca5d30e890c87f74f6526778cb
parent921cdab6dc7a6a7d42891b649658a54787466502
Move the objects and their http header into storage instead of
malloc'ing them.

This should reduce the N(nobj) swap-loading considerably.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2073 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache.h
varnish-cache/bin/varnishd/cache_fetch.c
varnish-cache/bin/varnishd/cache_hash.c
varnish-cache/bin/varnishd/cache_pool.c