Changes between Version 10 and Version 11 of CreditStats


Ignore:
Timestamp:
Aug 8, 2008, 2:51:53 PM (16 years ago)
Author:
Nicolas
Comment:

Add explicit anchors

Legend:

Unmodified
Added
Removed
Modified
  • CreditStats

    v10 v11  
    1515----
    1616
    17 == Getting data from projects ==
     17== Getting data from projects == #getting-data
    1818Each BOINC project provides data in two forms:
    1919
     
    2424Applications should access these data sources as infrequently as possible, to avoid imposing unnecessary load on project servers. For example, a Web RPCs to get a particular participant's data should made at most once per hour.
    2525
    26 == Aggregate data ==
     26== Aggregate data == #aggregate
    2727A '''data aggregator''' is a service that collects XML files from several projects, and computes the totals for participants and hosts (based on [CrossProjectId cross-project IDs]) across these projects. This aggregate data is then exported in two ways:
    2828
     
    3232Application developers are encouraged to concentrate on aggregate rather than per-project data. This will encourage participants to join multiple projects.
    3333
    34 == Code examples ==
     34== Code examples == #code-examples
    3535
    3636Developing a system that collects, analyzes, and stores credit data from all BOINC projects is a large development task.
     
    4040}}}
    4141
    42 == Computing the current value of Recent Average Credit ==
     42== Computing the current value of Recent Average Credit == #rac-decay
    4343BOINC updates 'recent average credit' (RAC) only when new credit is granted. Interfaces that export RAC also export that time at which it was last updated. To obtain the current value of RAC, you must 'decay' it based on the time that has elapsed since it was updated:
    4444