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. |
| 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 Server Action Feed, defined later, and a list of feeds the client should be monitoring. |
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 == |
| 102 | The BOINC Action feed stream is a special in memory RSS feed the BOINC Client software maintains for informing the volunteer about various conditions. |
| 103 | |
| 104 | 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. |
| 105 | |
| 106 | Items in the feed can be generated by the BOINC Server Scheduler or the BOINC Client itself. |