Changes between Version 12 and Version 13 of CondorBoinc


Ignore:
Timestamp:
Mar 5, 2013, 1:31:23 AM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CondorBoinc

    v12 v13  
    6363Each request and reply consists of a single line.
    6464
    65 Each of the main commands returns S (success) or E (error) depending
     65The main commands return S (success) or E (error) depending
    6666on whether it was syntactically valid.
    67 The command takes a <req id> argument.
     67The commands takes a <req id> argument,
     68and a RESULTS command fetches the results of completed commands.
    6869
    6970The commands are:
     
    129130After this time its files and database records can be deleted.
    130131
     132{{{
     133RESULTS
     134
     135Result:
     136  # of completed commands
     137  <req_id1> result1
     138  ...
     139}}}
     140
     141If any commands have completed, return their results.
     142
     143Note: the GAHP protocol defines an "async mode" where the GAHP can notify
     144the grid manager that a command has completed by sending "R\n".
     145This is probably not worth doing since polling is very cheap.
     146
    131147=== Project selection and authentication ===
    132148