Changes between Version 12 and Version 13 of AppVersion


Ignore:
Timestamp:
Aug 24, 2012, 9:33:49 PM (12 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppVersion

    v12 v13  
    11= Applications and versions =
    22
    3 An '''application''' includes a program (actually, usually several programs:
    4 different versions and different platforms) and a set of [JobIn jobs].
     3An '''application''' is an abstraction;
     4it includes a set of programs
     5(for different platforms and processor types) and a set of [JobIn jobs].
    56A project can operate many applications.
    67Applications have the following required properties:
     
    1112Optional properties:
    1213 * Homogeneous redundancy: this application uses [HomogeneousRedundancy homogeneous redundancy].
    13  * Weight: the proportion of workunits of this application to be sent when the [BackendPrograms#Feeder feeder is run with the -allapps option].
     14 * Weight: the proportion of workunits of this application to be sent when the [BackendPrograms#Feeder feeder is run with the --allapps option].
    1415 * Beta: whether jobs should be sent only to [BetaTest beta-test] users.
    15  * Minimum version: issue work to clients using the [AnonymousPlatform anonymous platform] only if their reported application version number is this or greater.
     16 * Minimum version: issue work to clients using the [http://boinc.berkeley.edu/wiki/Anonymous_platform anonymous platform mechanism]
     17  only if their reported application version number is this or greater.
     18 * Whether the application is [NonCpuIntensive non-CPU-intensive].
    1619
    1720Applications can be created using the [XaddTool xadd] utility,