Changes between Version 31 and Version 32 of RemoteJobs


Ignore:
Timestamp:
Feb 15, 2013, 1:07:44 PM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v31 v32  
    5454  * '''command_line''': command-line arguments to the application
    5555  * '''input_files''': an array of input file descriptors, each of which contains
    56    * '''mode''': "inline", "local", "semilocal", or "remote".
    57    * '''url''': the file's URL (semilocal and remote modes)
     56   * '''mode''': "inline", "sandbox", "local", "semilocal", or "remote".
     57   * '''source''': the file's URL (semilocal and remote modes),
     58     path on this host (inline mode) or name on the BOINC server (local mode).
    5859   * '''size''': the file's size in bytes (remote mode)
    5960   * '''md5''': the file's MD5 (remote mode)
    60    * '''path''': the file's path on this host (inline mode) or on the BOINC server (local mode)
    6161
    6262Result: a 2-element array containing
     
    7171$req->jobs = array();
    7272
    73 $f->source = "http://url_of_input_file";
     73$f->mode = "local";
     74$f->source = "filename.dat";
    7475$job->input_files = array($f);
    7576
     
    180181Result: an error message, null if successful
    181182
    182 == HTTPS/XML interface ==
     183== HTTP/XML interface ==
    183184
    184185At a lower level, the APIs are accessed by sending a POST request,
    185 using HTTPS, to PROJECT_URL/submit.php.
     186using HTTP or HTTPS, to PROJECT_URL/submit_rpc_handler.php.
    186187The inputs and outputs of each function are XML documents.
    187188The format of the request and reply XML documents