Changes between Version 41 and Version 42 of DevProjects


Ignore:
Timestamp:
Mar 11, 2008, 12:18:28 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevProjects

    v41 v42  
    7777 * XML stats: add lat/long to user record?
    7878
     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
    7982==  BOINC Manager ==
    8083(Requires experience with !WxWidgets GUI toolkit)
     
    104107 * Implement a mechanism so that server software detects incompatible database format.
    105108 * 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?
    110111 
    111112This could be used, e.g., to do app-specific benchmarking,