Changes between Version 13 and Version 14 of CondorBoinc
- Timestamp:
- Mar 6, 2013, 1:58:29 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CondorBoinc
v13 v14 60 60 === GAHP protocol === 61 61 62 The GAHP protocol will be based on the one used for HTCondor's interactions with Globus GRAM. That protocol's description can be found at http://research.cs.wisc.edu/htcondor/gahp/gahp_protocol.txt. 63 From that protocol, we will take the basic syntax and command structure, and these commands: 64 * ASYNC_MODE_ON 65 * ASYNC_MODE_OFF 66 * COMMANDS 67 * QUIT 68 * RESULTS 69 * VERSION 70 * RESPONSE_PREFIX 71 72 To that, we will add the BOINC-specific commands outlined below. 73 62 74 The GAHP protocol is text-based. 63 75 Each request and reply consists of a single line.