Re: http_access, icp_access, and miss_access in v1.1.10

From: Ed Knowles <ed@dont-contact.us>
Date: Tue, 3 Jun 1997 19:14:18 -0500

G'day Ryan!

http_access sets if an object from your cache can be taken,
icp_access sets if someone can check to see if you have an object,
miss_access sets if you will fetch an object for someone if you don't have it
on disk.

So if another cache passes the ICP rules, they then have to get the object from
disk (if a HIT) which will use the http_access rules or see if you will fetch
it for them (if a MISS) which will use the miss_access rules.

icp_access usually matches http_access ... so that you don't tell a cache that
you have the object, but then it fails when it trys to retrieve it.

Later
Ed

ps do you mean http_access deny any or http_access deny all?

-- 
Ed Knowles aka Jasper                              Phone : +61 2 9385 4962
E-mail: ed@fatboy.geog.unsw.edu.au                 Fax   : +61 2 9313 7878
            What I lack in morals I make up for in principles.
Received on Tue Jun 03 1997 - 02:25:42 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:35:21 MST