Changes between Version 39 and Version 40 of Notifications
- Timestamp:
- Dec 4, 2009, 10:24:31 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Notifications
v39 v40 187 187 == BOINC Core Client == 188 188 189 === Feed List === 190 191 Feeds will be added and removed from the feed list at the end of a scheduler operation. 192 193 New items are items in which there is not already an entry in the existing list. 194 195 Old items are items that are in the existing list and do not have an entry in the scheduler response. 196 197 === Feeds === 198 189 199 Periodically the client will loop through the feed list and download a feed update. The feed update will be stored in a temporary file and any new items will be added to and old items will be deleted from the existing feed list. 190 200