Hi all,
I am trying to figure out how the different options under the cache+AF8-host
line affect the
squid. Specifically, I am interested in the round-robin/default,
parent/sibling,
and query/no-query options.
After reading the RFCs and the FAQ I built a table that attempts to
illustrate my
understanding of how the different combinations affect squid (I assume all
peers have the
same cache+AF8-host line).  The first 3 column show the config. option used in
the cache host
line and the last column shows the action taken when squid receives a HIT,
all misses, or
a time-out.
I would greatly appreciate any comments/corrections/clarifications.
Thank you.
-Sulaiman Mirdad
rr/def +AD0- round-robin  OR default
par/sib +AD0- parent OR sibling
rr/def   par/sib   query/no-query   action
----------------------------------------------------
def      sib       no-query         get from home server
def      sib       query            HIT: get 1st reply
                                    all MISS: get from home serv.
                                    time out: get from home serv.
def      par       no-query         get from def parent
def      par       query            HIT: get 1st reply
                                    all MISS: get from def. par
                                    time out: get from home serv.
rr       sib       no-query         get from def. parent
rr       sib       query            HIT: get 1st reply
                                    all MISS: get from def. parent
                                    time out: get from home serv.
rr       par       no-query         get from least used parent
rr       par       query            HIT: get 1st reply
                                    all MISS: get from least used parent
                                    time out: get from home serv.
Received on Fri Sep 04 1998 - 18:41:45 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:41:52 MST