Changes between Version 10 and Version 11 of DevProjects
- Timestamp:
- Oct 17, 2007, 7:08:46 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevProjects
v10 v11 25 25 * Same, but for suspend: if we tell a client to suspend and it's still using 26 26 lots of CPU after a few seconds, abort it (or something). 27 * Integrate BitTorrent ([http://www.rasterbar.com/products/libtorrent/ libtorrent]?) with the core client.27 * Integrate !BitTorrent ([http://www.rasterbar.com/products/libtorrent/ libtorrent]?) with the core client. 28 28 * Do potentially slow RPCs and other tasks (such as computing disk usage) in a separate thread. 29 29 * Don't enforce RAM limits unless free RAM is low 30 * Log result start/ends (for use by 3rd-party software like BoincView).30 * Log result start/ends (for use by 3rd-party software like !BoincView). 31 31 * Prevent disk space usage from exceeding user preferences, and enforce resource shares, with file deletion according to project policy. 32 32 * Make messages of class MSG_USER_ERROR translatable.