Changes between Version 8 and Version 9 of DevProjects
- Timestamp:
- Sep 12, 2007, 4:53:34 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevProjects
v8 v9 13 13 * Create Makefiles and project files to build the sample applications using MinGW and DevC++. 14 14 * 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.16 15 * 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. 17 16 * Same, .NET … … 26 25 * Same, but for suspend: if we tell a client to suspend and it's still using 27 26 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. 29 28 * Do potentially slow RPCs and other tasks (such as computing disk usage) in a separate thread. 30 29 * 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.32 30 * Log result start/ends (for use by 3rd-party software like BoincView). 33 31 * Prevent disk space usage from exceeding user preferences, and enforce resource shares, with file deletion according to project policy. … … 37 35 * XML stats: add lat/long to user record? 38 36 * BOINC Manager: 39 * Make simple GUI accessible to visually impaired.40 37 * If using an AMS, put link to AMS (or user page) in sys tray popup, elsewhere 41 38 * Properties pages for projects, jobs … … 43 40 * Have the Manager do RPCs in a separate thread. 44 41 * 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. 46 43 * Implement a mechanism so that server software detects incompatible database format 47 44 * Scheduler: implement mechanisms so that server: … … 55 52 * 'Buddy lists' 56 53 * 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? 58 55 * Change the ops/ web pages to require login by a user with admin privileges. 59 56 * 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.