Checkpoint while standalone
Debugging checkpoint code can be hard if it requires running under the control of the core client, so it's often useful to make it checkpoint without caring about preferences when running as standalone. For example, making it checkpoint always if standalone (instead of calling boinc_time_to_checkpoint), but that causes too much I/O. It's much better to make it checkpoint at a fixed interval
I suggest adding a feature inside boinc_time_to_checkpoint
itself to return true every few seconds if running standalone. Maybe make it possible to change the checkpoint interval.
Change History (6)
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Owner: |
changed from Bruce Allen to davea
|
Resolution: |
→ worksforme
|
Status: |
new →
closed
|
A really simple workaround: make it checkpoint always