Bunkering basics, by our friend [H]Coleslaw
Posted: Tue May 12, 2020 8:15 pm
TeAm AnandTech Distributed Computing
https://teamanandtech.org/
(source: BOINC FAQ)In 2007 Jorden wrote: BOINC reports completed work at the first of:
- The next work request from a project.
- 24 hours before the deadline.
- Immediately if the work is completed later than 24 hours before the deadline.
- Connect every X days after the work is completed.
- With the next trickle (CPDN only at this point).
- When the user clicks update.
- Connect every X days before the report is due. (new with 5.4 and above)
Actually the current official documentation says that the report_results_immediately option causes a client-internal timer to be modified:StefanR5R wrote: ↑Wed May 13, 2020 9:41 am Furthermore, the client will report results immediately after upload
- if the project was set to "No new tasks",
- if the cc_config item report_results_immediately was enabled by the user,
- if the app_config item report_results_immediately was enabled by the user,
- if report_results_immediately was enabled for the application by the project admin.
In other words, a more precise name of the report_results_immediately option would be report_results_much_sooner_than_normally. Or, "immediately" in this context is not synonymous with "instantly". However, I have not watched the client if this option indeed behaves exactly like written in the current documentation, nor have I tried to look up the corresponding source code.boinc.berkeley.edu wiki wrote:<report_results_immediately>0|1</report_results_immediately>
If 1, each job will be reported to the project server as soon as it's finished, with an inbuilt 60 second delay from completion of result upload. (normally it's deferred for up to one hour, so that several jobs can be reported in one request). Using this option increases the load on project servers, and should generally be avoided. This is intended to be used only on computers whose disks are reformatted daily.