Changes between Version 8 and Version 9 of DevProjects


Ignore:
Timestamp:
Sep 12, 2007, 4:53:34 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevProjects

    v8 v9  
    1313          * Create Makefiles and project files to build the sample applications using MinGW and DevC++.
    1414          * Investigate the crlibm library for generating identical results across processors (or at least reducing the number of cases for HR).
    15           * Graphics in separate program.
    1615          * Java support: core client checks for the existence of JVM, reports version to scheduler. Write Java wrapper (runs JVM, gives it jar files). Note: Szataki has already done some part of this.
    1716          * Same, .NET
     
    2625          * Same, but for suspend: if we tell a client to suspend and it's still using
    2726            lots of CPU after a few seconds, abort it (or something).
    28           * Integrate BitTorrent with the core client.
     27          * Integrate BitTorrent ([http://www.rasterbar.com/products/libtorrent/ libtorrent]?) with the core client.
    2928          * Do potentially slow RPCs and other tasks (such as computing disk usage) in a separate thread.
    3029          * Don't enforce RAM limits unless free RAM is low
    31           * Extend general preferences to allow users to specify different time-of-day restrictions for different days of the week.
    3230          * Log result start/ends (for use by 3rd-party software like BoincView).
    3331          * Prevent disk space usage from exceeding user preferences, and enforce resource shares, with file deletion according to project policy.
     
    3735          * XML stats: add lat/long to user record?
    3836    * BOINC Manager:
    39           * Make simple GUI accessible to visually impaired.
    4037          * If using an AMS, put link to AMS (or user page) in sys tray popup, elsewhere
    4138          * Properties pages for projects, jobs
     
    4340          * Have the Manager do RPCs in a separate thread.
    4441    * Server/Back End:
    45           * When using HR, if the scheduler has sent one result of a WU using a particular app version, it should use the same app version for other results from that WU. Need to change protocol to specify version num; need to change client to use this.
     42          * When using HR, if the scheduler has sent one result of a WU using a particular app version, it should use the same app version for other results from that WU.
    4643          * Implement a mechanism so that server software detects incompatible database format
    4744          * Scheduler: implement mechanisms so that server:
     
    5552                * 'Buddy lists'
    5653                * list of recent posts and threads this person created, on this and other projects
    57                 * other features from networking sites?
     54                * other features from social networking sites?
    5855          * Change the ops/ web pages to require login by a user with admin privileges.
    5956          * Add 'referral' mechanism: new user creates account, enters email of 'referrer' (or goes to URL that has it embedded). Give referrer a fraction of credit (or a 1-time bonus). List referrals on user page (show only those still active). Add new referral table to DB.