Changes between Version 1 and Version 2 of NonCpuIntensive


Ignore:
Timestamp:
Apr 25, 2007, 10:05:21 AM (17 years ago)
Author:
Nicolas
Comment:

Required manual changes to automatic conversion.

Legend:

Unmodified
Added
Removed
Modified
  • NonCpuIntensive

    v1 v2  
    11= Non-CPU-intensive applications =
    22
    3       A 'non-CPU-intensive' project is one whose applications use little CPU time. Examples include:
     3A 'non-CPU-intensive' project is one whose applications use little CPU time. Examples include:
     4
    45 * Host measurements
    56 * Network measurements
     
    78 * Network data access
    89
    9  A non-CPU-intensive project is treated specially by the core client:
     10A non-CPU-intensive project is treated specially by the core client:
     11
    1012 * The core client maintains one result for the project
    1113 * The core client executes this result whenever computation is enabled,     bypassing the normal CPU scheduling mechanism.
    1214
    13 A project labels itself as non-CPU-intensive by including the <non_cpu_intensive> flag in its [http://boinc.berkeley.edu/configuration.php configuration file]
     15A project labels itself as non-CPU-intensive by including the `<non_cpu_intensive>` flag in its [ProjectConfigFile configuration file]
    1416
    1517This 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.
    1618
    1719Non-CPU-intensive applications can use chunks CPU time; this won't break anything, and the CPU scheduler will adjust to it by changing its estimates of 'CPU efficiency'. However, non-CPU-intensive applications should try not to use more CPU time than their resource share fraction indicates.
    18