Changes between Version 22 and Version 23 of RemoteJobs


Ignore:
Timestamp:
Aug 7, 2011, 10:56:53 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v22 v23  
    1515
    1616The API can be used, for example, to create web interfaces for job submission,
    17 such as might be found in a science portal web site:
     17as in a science portal web site:
    1818
    1919[[Image(submit.png)]]
    2020
    21 This system is coupled with BOINC's [MultiUser multi-user project features].
    22 This includes access control:
    23 users can submit jobs only if they have been given access by project administrators,
    24 and admins can restrict the apps for which each user is allowed to submit jobs.
     21Notes:
     22
     23 * This system is coupled with BOINC's [MultiUser multi-user project features],
     24  which include access control:
     25  users can submit jobs only if they have been given access by project administrators,
     26  and admins can restrict the apps for which each user is allowed to submit jobs.
     27 * Input files must be accessible via HTTP; they are downloaded by the BOINC server
     28  during job submission.
     29 * As jobs are completed, their output files are available to the submitting user via HTTP.
     30  When a batch is complete, a zipped archive of all its output files is available
     31  via HTTP.
    2532
    2633== PHP interface ==