Changes between Version 3 and Version 4 of AppVersion
- Timestamp:
- Apr 24, 2007, 12:45:15 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppVersion
v3 v4 4 4 An '''application''' consists of a program (perhaps with versions for different platforms) and a set of [JobIn workunits] and [JobOut results]. A project can operate many applications. Applications are maintained in the '''application''' table in the BOINC DB, and can be created using the [XaddTool xadd] utility. 5 5 6 An application program may go through a sequence of [ http://boinc.berkeley.edu/boinc_version.phpversions]. A particular version, compiled for a particular platform, is6 An application program may go through a sequence of [BoincVersion versions]. A particular version, compiled for a particular platform, is 7 7 called an '''application version'''. An application version can consist of multiple files: for example, a controller script, pre- and post-processing programs, and a primary program. 8 8 … … 11 11 Each application has a '''minimum version'''. When a client is sent work for an application, it is also sent the latest application version for its platform. It is sent work only if this version is the minimum or greater. 12 12 13 Application versions can be created using [ http://boinc.berkeley.edu/tool_update_versions.phpupdate_versions]. Descriptions of application versions are stored in the '''app_version''' table in the BOINC DB.13 Application versions can be created using [UpdateVersions update_versions]. Descriptions of application versions are stored in the '''app_version''' table in the BOINC DB.