Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] DaemonCore interfaces
- Date: Mon, 19 Nov 2007 11:02:48 -0600
- From: "Erik Paulson" <epaulson@xxxxxxxxxxxx>
- Subject: Re: [Condor-users] DaemonCore interfaces
On 11/19/07, Pavel <bps@xxxxxxxxxx> wrote:
>
>
>
> Hello!
>
>
> I am trying to develop the job management system under Condor software. For
> this purpose I am going to use some Condor's daemons which are parts of the
> different machine types (condor_master, condor_startd, condor_schedd,
> condor_collector, condor_negotiator and others if needed).
>
>
> I found an information about DaemonCore in the Administrators' Manual and if
> I understand correctly, DaemonCore contains the basic functionality for many
> daemons, but there is no description of it's interfaces.
>
>
> Is there any possibility to get such interfaces (for DaemonCore and other
> daemons) and create own development under DaemonCore? Can I access other
> remote Condor's daemons from my own application via DaemonCore or by means
> of any other tools? Is there appropriate SDK for this purpose?
>
>
>
Use the SOAP interface:
http://www.cs.wisc.edu/condor/manual/v6.9.4/4_4Application_Program.html#SECTION00541000000000000000
-Erik