Opened 18 years ago
Last modified 15 years ago
#62 closed Enhancement
About Checkpoint(s) — at Version 6
Reported by: | KSMarksPsych | Owned by: | davea |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | Client - Daemon | Version: | |
Keywords: | checkpoints GUIRPC | Cc: | Pepo |
Description (last modified by )
Date: 11:34 AM 01-17-2006
I think BOINC Manager should :
- Display next checkpoint time
- When exit BOINC Manager, display a alert box/confirm that show the next checkpoint time and ask the user wait or not
Change History (6)
comment:1 Changed 18 years ago by
Keywords: | checkpoints added |
---|
comment:2 follow-up: 3 Changed 18 years ago by
comment:3 Changed 17 years ago by
Replying to Didactylos:
This is impossible.
But one useful alternative feature is "wait for checkpoints and quit". Wait for the running applications to checkpoint, and stop them, removing them from RAM. As apps are removed from RAM, resume others still in RAM and do the same. Quit core client after they all quit.
comment:4 Changed 17 years ago by
Sounds like a good idea Nicolas. I currently do that manually when shutting down on my Quad (I run mostly CPDN-SAP which checkpoints every 50 minutes on my PC).
When I suspend a SAP task I resume a task which has quicker checkpoints (so the last 30 minutes or so while I'm waiting for the final SAP task isn't idle).
comment:5 Changed 17 years ago by
Noting when the next checkpoint is actually going to occur is not possible. The checkpoints are completely under the control of the science application, and not the BOINC core. The BOINC core can request that a checkpoint not occur until a particular period has ellapsed since the last checkpoint, but it cannot be enforced. The core client cannot force a checkpoint to occur.
The best that could be done is to indicate when the last checkpoint occurred.
comment:6 Changed 17 years ago by
Component: | Client - Manager → Client - Daemon |
---|---|
Description: | modified (diff) |
Keywords: | GUIRPC added |
Milestone: | Undetermined → 6.0 |
Owner: | changed from romw to davea |
The "wait and quit" feature has been suggested independently a few times now, so I suggest a GUI RPC is added so that add-ons can do this. I don't think there's enough need/demand to make it a standard Manager feature. Feature creep is evil!
This is impossible.