Changes between Version 13 and Version 14 of CondorBoinc


Ignore:
Timestamp:
Mar 6, 2013, 1:58:29 PM (11 years ago)
Author:
jfrey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CondorBoinc

    v13 v14  
    6060=== GAHP protocol ===
    6161
     62The 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.
     63From 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
     72To that, we will add the BOINC-specific commands outlined below.
     73
    6274The GAHP protocol is text-based.
    6375Each request and reply consists of a single line.