Difference between revisions of "Change detection and notification"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "'''Change detection and notification''' ('''CDN''') refers to automatic detection of changes made to web pages and notification to interested User (computing)|u...")
 
(See also)
Line 14: Line 14:
  
 
* [[HTTP ETag]]
 
* [[HTTP ETag]]
* [[Weg page]]
+
* [[Web page]]
 
* [[World Wide Web]]
 
* [[World Wide Web]]
  

Revision as of 08:13, 17 February 2016

Change detection and notification (CDN) refers to automatic detection of changes made to web pages and notification to interested users by email or other means.

Description

CDN systems are designed to monitor changes to web pages.

Before change detection and notification, it was necessary for users to manually check for web page changes, either by revisiting web sites or periodically searching again.

Limitations

Efficient and effective change detection and notification is hampered by the fact that most servers do not accurately track content changes through Last-Modified or ETag headers.

See also

External links