Changes between Version 21 and Version 22 of RemoteJobs


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

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v21 v22  
    177177(only the outputs of "canonical" instances are included).
    178178
    179 === boinc_cleanup_batch() ===
     179=== boinc_retire_batch() ===
    180180
    181181Delete server storage (files, DB records) associated with a batch.
     
    196196
    197197Bindings of these RPCs can be implemented in languages other than PHP.
     198
     199== Example web interface ==
     200
     201An example of a web interface for job submission and control,
     202based on this API, can be found here:
     203http://boinc.berkeley.edu/trac/browser/trunk/boinc/html/user/submit_example.php
     204
     205This example is functional and it shows how to use the API.
     206However, you will have to modify it heavily for your particular
     207applications and web site.