[Home]History of Cache

HomePage | Recent Changes | Preferences

Revision 7 . . (edit) October 25, 2001 10:59 pm by Stephen Gilbert [removed "blah blah blah"]
Revision 6 . . October 18, 2001 6:49 pm by Drj [+web cache]
Revision 5 . . October 18, 2001 6:34 pm by Alex [Added example of DNS so show its not all about HD's, RAM and CPU caches.]
  

Difference (from prior major revision) (minor diff, author diff)

Changed: 7c7,9
Caches do not have to be thought about in purely low level/OS terms, software can cache return values that are likely to be re-used in the near future. A good example of this is the BIND DNS daemon which caches domain name replies for a period before going back to the authorative source of the name to IP mapping.
Caches do not have to be thought about in purely low level/OS terms, software can cache return values that are likely to be re-used in the near future. A good example of this is the BIND DNS daemon which caches domain name replies for a period before going back to the authorative source of the name to IP mapping. Resolver libraries also perform almost exactly the same caching.

Web browsers also use caches. Some browses implement their own cache of recently visited web pages; this saves having to download them again when you revisit. Most browsers can be configured to use an external proxy [web cache]?, a server program through which all web requests are routed so that it can cache frequently accessed pages for everyone in an organization.

Removed: 50,51d51

blah blah blah

HomePage | Recent Changes | Preferences
Search: