Changes between Version 61 and Version 62 of RemoteJobs


Ignore:
Timestamp:
Feb 15, 2018, 1:21:06 PM (6 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v61 v62  
    44This document describes APIs for remotely submitting, monitoring, and controlling jobs on a BOINC server.
    55The APIs supports the submission of '''batches''' of jobs, which may contain a single job or many thousands of jobs.
    6 Currently, the API has two restrictions:
    7 
    8  * All jobs in a batch must use the same application.
    9  * There can be no dependencies between jobs.
    10 
    11 At the bottom level, the interface consists of Web RPCs. BOINC provides client-side bindings in PHP, C++, and Python.
     6
     7At the bottom level, the interface consists of Web RPCs.
     8BOINC provides client-side bindings in PHP, C++, and Python.
    129These bindings differ slightly; they expose different details of the Web RPCs.
    1310