Changes between Version 21 and Version 22 of RemoteJobs
- Timestamp:
- Aug 7, 2011, 10:50:02 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v21 v22 177 177 (only the outputs of "canonical" instances are included). 178 178 179 === boinc_ cleanup_batch() ===179 === boinc_retire_batch() === 180 180 181 181 Delete server storage (files, DB records) associated with a batch. … … 196 196 197 197 Bindings of these RPCs can be implemented in languages other than PHP. 198 199 == Example web interface == 200 201 An example of a web interface for job submission and control, 202 based on this API, can be found here: 203 http://boinc.berkeley.edu/trac/browser/trunk/boinc/html/user/submit_example.php 204 205 This example is functional and it shows how to use the API. 206 However, you will have to modify it heavily for your particular 207 applications and web site.