Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] api question
- Date: Mon, 25 Sep 2017 15:31:01 -0500
- From: Todd Tannenbaum <tannenba@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] api question
On 9/22/2017 3:29 PM, Donald Shrum wrote:
Is there a simple library for job submissions via something like php
with json before I write something that parses system calls to
condor_submit... etc
Maybe you want to take a look at
https://github.com/cyclecomputing/condor-agent
"CondorAgent is a program that runs beside a HTCondor scheduler. It
provides enhanced access to scheduler-based data and scheduler actions
via a HTTP-based REST interface. The interface supports gzip compression
to reduce the bandwidth needed to transfer large amounts of ClassAd data
by a factor of 10-20x making this interface suitable for querying large
quantities of data over slow network connections. CondorAgent is
deployed as either a shell script wrapped Python program (which requires
Python 2.4 or greater) or as a Windows binary (which does not require a
local Python installation)."
regards
Todd