Changes between Version 2 and Version 3 of NonCpuIntensive
- Timestamp:
- Jun 3, 2007, 12:57:33 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NonCpuIntensive
v2 v3 11 11 12 12 * The core client maintains one result for the project 13 * The core client executes this result whenever computation is enabled, 13 * The core client executes this result whenever computation is enabled, bypassing the normal CPU scheduling mechanism. 14 14 15 A project labels itself as non-CPU-intensive by including the `<non_cpu_intensive>` flag in its [ProjectConfigFile configuration file] 15 A project labels itself as non-CPU-intensive by including the `<non_cpu_intensive>` flag in its [ProjectConfigFile configuration file]. 16 16 17 17 This attribute is at the project level; there is no provision for a project to have some applications that are CPU intensive and some that aren't.