> -----Original Message----- > From: Bradley, Stephen W. Mr. [mailto:bradlesw@xxxxxxxxxx] > How do I get the two servers to talk to each other to improve cache > hits on= the stream? > (I plan on putting this into a bigger group of servers.) Couple of things to be aware of : In my understanding that Cisco WCCP hashes the destination IP to work out which squid to send request to. Thus there should be no overlap of objects between the two (or more) squids and no need to run ICP. However if you are regularly adding/removing caches, or have changed the hashing to be based on source IP, then you probably should run ICP on your caches. Cache1 would have something like this cache_peer server2.domain.com sibling 3128 3130 proxy-only Cache2 would have something like this cache_peer server1.domain.com sibling 3128 3130 proxy-only Michael.