Changes between Version 41 and Version 42 of DevProjects
- Timestamp:
- Mar 11, 2008, 12:18:28 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevProjects
v41 v42 77 77 * XML stats: add lat/long to user record? 78 78 79 == Installer == 80 * Check if host is configured to go into Standby mode after X idle minutes. If so, ask user if they want to let BOINC run for X minutes, then to into standby right after that. 81 79 82 == BOINC Manager == 80 83 (Requires experience with !WxWidgets GUI toolkit) … … 104 107 * Implement a mechanism so that server software detects incompatible database format. 105 108 * Scheduler: implement mechanisms so that server atempts to send results from the same WU to hosts with similar turnaround time, so that a fast host doesn't have to wait weeks to get credit. 106 * Implement a "reference WU" mechanism. 107 * Add "reference WU ID" field to app table. Every host must complete the reference WU before it is sent any other jobs for that app. 108 * Add project_specific_info field to host table (text). This stores, for each app, the ID of last reference WU completed, and the info returned by that WU (as part of its stderr output, in a <app_info> tag). 109 * ?? how to select an app version based on contents of app_info? 109 * Add project_specific_info field to host table (text). This stores, for each app, the ID of last reference WU completed, and the info returned by that WU (as part of its stderr output, in a <app_info> tag). 110 * ?? how to select an app version based on contents of app_info? 110 111 111 112 This could be used, e.g., to do app-specific benchmarking,