Changes between Version 34 and Version 35 of Notifications
- Timestamp:
- Dec 4, 2009, 9:15:57 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Notifications
v34 v35 22 22 When the BOINC Server scheduler sees this flag it’ll include extra information in the scheduler reply that is to be included in the BOINC Client Feed stream and a list of feeds the client should be monitoring. 23 23 24 == BOINC Client Feed Stream == 25 The BOINC Client feed stream is a special in memory RSS feed the BOINC Client software maintains for various user interface components. 26 27 BOINC Server scheduler replies can add items to the feed stream as well as the client itself. 28 29 == Feed == 24 == BOINC Action Feed == 25 The BOINC Action feed stream is a special in memory RSS feed the BOINC Client software maintains for informing the volunteer about various conditions. 26 27 Events that would be added to the stream would be low disk space issues, low memory issues, missing resources like GPUs, and anything else that cannot automatically be taken care of. 28 29 Items in the feed can be generated by the BOINC Server Scheduler or the BOINC Client itself. 30 31 == Feeds == 30 32 31 33 When a volunteer attaches to a project, one or more notification feeds become available to them. These feeds are published using the [http://www.rssboard.org/rss-2-0 RSS 2.00 specification]. … … 209 211 210 212 '''Notes''': 211 * If both project_url and feed_url are empty, the BOINC ClientFeed stream is returned.213 * If both project_url and feed_url are empty, the BOINC Action Feed stream is returned. 212 214 * Requests for private feeds should return an error. 213 215 * This RPC should not require authentication.