Changes between Version 48 and Version 49 of Notifications


Ignore:
Timestamp:
Dec 10, 2009, 7:58:37 PM (14 years ago)
Author:
romw
Comment:

Updates

Legend:

Unmodified
Added
Removed
Modified
  • Notifications

    v48 v49  
    1919}}}
    2020
    21 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 Action Feed stream and a list of feeds the client should be monitoring.
    22 
    23 == BOINC Action Feed ==
    24 The BOINC Action feed stream is a special in memory RSS feed the BOINC Client software maintains for informing the volunteer about various conditions.
    25 
    26 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.  Network connectivity issues should only be displayed if the automatically connect and automatically disconnect preferences are not set.
    27 
    28 Items in the feed can be generated by the BOINC Server Scheduler or the BOINC Client itself.
     21When the BOINC Server scheduler sees this flag it’ll include extra information in the scheduler reply that is to be included in the BOINC Server Action Feed, defined later, and a list of feeds the client should be monitoring.
    2922
    3023== Feeds ==
     
    8073The feed list is published to the client software as part of the client parse-able project preferences.
    8174
    82 When the client software connects to the server scheduler it’ll receive an updated list of feeds the client should download as well as any special properties about the feed (private feed for example).
     75When the client software connects to the server scheduler it’ll receive an updated list of feeds the client should download as well as any special properties about the feed (application only for example).
    8376
    8477Example:
     
    10497|| update || 86400 || Number of seconds in between updates ||
    10598|| last_update || 0 || The epoch time of the last successful update ||
    106 || application_only || false || Feed is used by an application and should not be shown in BOINC Manager or the BOINC Screen saver. ||
     99|| application_only || false || Feed is used by the project application and should not be shown in BOINC Manager or the BOINC Screen saver. The contents of the feed should be written to the init_data.xml file in the slot directory before the application is launched.||
     100
     101== BOINC Action Feed ==
     102The BOINC Action feed stream is a special in memory RSS feed the BOINC Client software maintains for informing the volunteer about various conditions.
     103
     104Events 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.  Network connectivity issues should only be displayed if the automatically connect and automatically disconnect preferences are not set.
     105
     106Items in the feed can be generated by the BOINC Server Scheduler or the BOINC Client itself.
    107107
    108108== BOINC Server Scheduler ==