Subject: Re: [HTCondor-users] On the thread-safety of submit, query and history in htcondor python binding
Hi Weiming,
To the best of my knowledge, everything should be threadsafe; if you find issues, that would indicate a bug and I'd be happy to look into that.
Brian
Sent from my iPhone
On Oct 20, 2016, at 6:13 PM, Weiming Shi <swmtrc@xxxxxxxxx> wrote:
Hi all,
I have a question regarding to the thread-safety of the methods of htcondor python binding. Are the underlying methods exposed by htcondor python binding thread-safe, especially 'submit', 'query', 'history' methods of Schedd class?