Changes between Initial Version and Version 1 of FileSandbox


Ignore:
Timestamp:
Apr 12, 2014, 1:35:57 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FileSandbox

    v1 v1  
     1= Per-user file sandbox =
     2
     3When using web-based job submission, input files can be large,
     4and it would be inconvenient to upload these files each time jobs are submitted.
     5Instead, we allow users to maintain a set of files on the project server;
     6this is called the user's "file sandbox".
     7
     8Using a web interface (sandbox.php), users can
     9
     10 * upload files from PC to sandbox
     11 * view the files in their sandbox, including size and MD5.
     12 * download files from sandbox to PC
     13 * delete files from the sandbox
     14
     15Files in the sandbox can be modified,
     16and all old versions are retained on the server.
     17When a batch of jobs is submitted,
     18it uses the input file versions at the moment of submission,
     19even if the files are then modified while the batch is in progress.