Changes between Version 59 and Version 60 of DevProjects
- Timestamp:
- Mar 29, 2009, 6:21:04 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevProjects
v59 v60 100 100 * 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). 101 101 * 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 low102 * 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. 103 103 * GUI RPC to tell apps to checkpoint and quit. 104 104 * Keep track of upload/download sizes, show weekly/monthly transfer totals.