Changes between Version 61 and Version 62 of RemoteJobs
- Timestamp:
- Feb 15, 2018, 1:21:06 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v61 v62 4 4 This document describes APIs for remotely submitting, monitoring, and controlling jobs on a BOINC server. 5 5 The 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 7 At the bottom level, the interface consists of Web RPCs. 8 BOINC provides client-side bindings in PHP, C++, and Python. 12 9 These bindings differ slightly; they expose different details of the Web RPCs. 13 10