From 80e080799c7539d58c4e3839c0e49eb07d7a39f2 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 15 Jun 2006 20:32:27 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10363 --- doc/files.php | 25 +++++++++++++++++++++---- doc/xml.php | 44 +++++++++++++++++++++++++------------------- 2 files changed, 46 insertions(+), 23 deletions(-) diff --git a/doc/files.php b/doc/files.php index 609bbbb5bf..ef94195088 100644 --- a/doc/files.php +++ b/doc/files.php @@ -7,8 +7,10 @@ echo " The BOINC storage model is based on files. Examples of files:

The BOINC core client transfers files to and from project-operated @@ -16,12 +18,27 @@ The BOINC core client transfers files to and from project-operated

Once a file is created (on a data server or a participant host) it is immutable. -This means that all replicas of that file are assumed to be identical. +This means that all replicas of that file are assumed (and required) to be identical. + +

File properties

+Files have various properties, including: + +File properties are specified in XML. +For example, the properties of input files are described in +the workunit template, +and XML document describing the task. +The XML format is described here.

File management

-BOINC's default behavior is to delete files around +BOINC's default behavior is to delete files when they aren't needed any more. Specifically: