Changes between Version 12 and Version 13 of CondorBoinc
- Timestamp:
- Mar 5, 2013, 1:31:23 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CondorBoinc
v12 v13 63 63 Each request and reply consists of a single line. 64 64 65 Each of the main commands returnsS (success) or E (error) depending65 The main commands return S (success) or E (error) depending 66 66 on whether it was syntactically valid. 67 The command takes a <req id> argument. 67 The commands takes a <req id> argument, 68 and a RESULTS command fetches the results of completed commands. 68 69 69 70 The commands are: … … 129 130 After this time its files and database records can be deleted. 130 131 132 {{{ 133 RESULTS 134 135 Result: 136 # of completed commands 137 <req_id1> result1 138 ... 139 }}} 140 141 If any commands have completed, return their results. 142 143 Note: the GAHP protocol defines an "async mode" where the GAHP can notify 144 the grid manager that a command has completed by sending "R\n". 145 This is probably not worth doing since polling is very cheap. 146 131 147 === Project selection and authentication === 132 148