[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] DaemonCore interfaces



>> 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?

>>

>>

>>


EP> Use the SOAP interface:


EP> http://www.cs.wisc.edu/condor/manual/v6.9.4/4_4Application_Program.html#SECTION00541000000000000000


EP> -Erik


Hello, Erik!


Thank you for response and advice. I'll investigate this API.


Pavel.