Changes between Version 1 and Version 2 of BoincFiles


Ignore:
Timestamp:
Apr 24, 2007, 10:06:17 AM (17 years ago)
Author:
KSMarksPsych
Comment:

Updated links to point to wiki pages. DeleteFile needs to be created. Also need wiki names for the two .txt files the page links to.

Legend:

Unmodified
Added
Removed
Modified
  • BoincFiles

    v1 v2  
    3939
    4040    * On the client, input files are deleted when no workunit refers to them, and output files are deleted when no result refers to them. Application-version files are deleted when they are referenced only from superseded application versions.
    41     * On the client, the 'sticky' flag overrides the above mechanisms and suppresses the deletion of the file. The file may deleted by an explicit [http://boinc.berkeley.edu/delete_file.php server request]. The file may also be deleted at any time by the core client in order to honor limits on disk-space usage.
    42     * On the server, the [http://boinc.berkeley.edu/trac/wiki/FileDeleter file deleter daemon] deletes input and output files that are no longer needed. This can be suppressed using the 'no_delete' flag, or using command-line options to the file deleter.
     41    * On the client, the 'sticky' flag overrides the above mechanisms and suppresses the deletion of the file. The file may deleted by an explicit [DeleteFile server request]. The file may also be deleted at any time by the core client in order to honor limits on disk-space usage.
     42    * On the server, the [FileDeleter file deleter daemon] deletes input and output files that are no longer needed. This can be suppressed using the 'no_delete' flag, or using command-line options to the file deleter.
    4343
    4444= Compression of input files =