Changes between Version 59 and Version 60 of DevProjects


Ignore:
Timestamp:
Mar 29, 2009, 6:21:04 PM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevProjects

    v59 v60  
    100100 * Add a preferences for total download and upload in a month (many Australian ISPs have monthly limits), or per X hours of processing time (see email from Kevin Reed).
    101101 * Core client monitors total CPU usage, limits its own CPU usage so that total is < 100%.
    102  * Don't enforce RAM limits unless free RAM is low
     102 * Monitor working-set size of non-BOINC apps; don't allow total to exceed physical RAM.  This could eliminate the need for memory-usage preferences. Note: this might be tricky because parts of a process's working set is shared with other processes.  Some study is needed to figure out the best approach.
    103103 * GUI RPC to tell apps to checkpoint and quit.
    104104 * Keep track of upload/download sizes, show weekly/monthly transfer totals.