inevity / cacheboy

Automatically exported from code.google.com/p/cacheboy
0 stars 0 forks source link

collapsed_forwarding seems to bust HITs a bit #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Something I noticed when playing with the mirror.ac.za install of cacheboy-1.5:

If collapsed_forwarding is turned on, then even on "HIT"s in the access.log 
file, objects weren't 
being HIT for some reason. Ie, the access.log entry said HIT, but the returned 
object was a MISS 
IIRC.

This was solved by just turning the collapsed_forwarding option off.

Now, the objects being fetched here are large, rather than the normal use case 
of 
collapsed_forwarding (ie, very frequently requested cachable small objects) 
which others are using 
it for.

Original issue reported on code.google.com by adrian.c...@gmail.com on 5 Dec 2008 at 4:39