Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Should Condor SOAP calls to the schedd be this slow?
- Date: Fri, 7 May 2010 15:18:03 -0700
- From: Patrick Armstrong <patricka@xxxxxxx>
- Subject: Re: [Condor-users] Should Condor SOAP calls to the schedd be this slow?
On 6-May-10, at 8:58 PM, Greg Thain wrote:
I haven't tested this myself with the schedd interface, but I have
noticed when querying the collector via SOAP, and there are a lot of
machine ads, my soap _client_ can take a mighty long time parsing
the XML ads. Can you tell if the slowness is on the schedd side or
the client side of the world?
Hmm, yeah, actually, I just looked at my schedd log, and it looks like
it's only taking six seconds for the SOAP request to complete:
05/07/10 15:09:31 (pid:3518) About to serve HTTP request...
05/07/10 15:09:37 (pid:3518) Completed servicing HTTP request
I'm going to have to do some more testing to check if its the XML
parsing that's taking so long.