Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How are Cache Digests transferred between peers?

cache Digests peers transferred
0
Posted

How are Cache Digests transferred between peers?

0

Cache Digests are fetched from peers using the standard HTTP protocol (note that a pull rather than push technique is used).

0

Cache Digests are fetched from peers using the standard HTTP protocol (note that a pull rather than push technique is used). After the first access to a peer, a peerDigestValidate event is queued (this event decides if it is time to fetch a new version of a digest from a peer). The queuing delay depends on the number of peers already queued for validation – so that all digests from different peers are not fetched simultaneously. A peer answering a request for its digest will specify an expiry time for that digest by using the HTTP Expires header. The requesting cache thus knows when it should request a fresh copy of that peers digest. Note: requesting caches use an If-Modified-Since request in case the peer has not rebuilt its digest for some reason since the last time it was fetched.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123