Next: 2.12.2.1 Cache Performance
Up: 2.12 Content Distribution Networks
Previous: 2.12.1 Getting Content over
Contents
2.12.2 Web Caches
- Large organisations can improve web performance by sticking a
web cache in front of HTTP connections
- The cache inspects an incoming HTTP request to see if it can
satisfy the request from locally cached objects.
- If yes, then the object is returned, and the last reference time
is updated
- If no, then the object is retrieved and copied locally if allowed.
- Web objects can be marked as non-cacheable.
- Caching is a major part of the HTTP standard
Subsections
Next: 2.12.2.1 Cache Performance
Up: 2.12 Content Distribution Networks
Previous: 2.12.1 Getting Content over
Contents
Daniel Chalmers
2007-02-08