Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Is a worker sub-process created for SOAP requests
- Date: Mon, 03 Aug 2009 20:24:23 -0500
- From: Matthew Farrellee <matt@xxxxxxxxxx>
- Subject: Re: [Condor-users] Is a worker sub-process created for SOAP requests
sateesh.potturu@xxxxxxxxx wrote:
> Hello All,
>
> We are sometimes observing condor_schedd and condor_collector getting stuck in responding to SOAP requests; some times as high as 5 minutes. The latter caused Startd class ads to get removed as stale ads!!
>
> Do SCHEDD_QUERY_WORKERS and COLLECTOR_QUERY_WORKERS have any impact on SOAP requests? We observed worker sub-processes getting created for a burst of 'condor_q -l' commands. But, did not observe any worker sub-processes getting created for SOAP requests. Are SOAP requests handled in the main condor_schedd/condor_collector processes itself?
>
> Thanks,
> Sateesh
IIRC, SOAP queries are handled in the main processes. I believe this is because the QUERY_WORKER capabilities are implemented within the CEDAR query functions.
I don't think there is any particular reason that the SOAP queries could not use the QUERY_WORKERS.
Best,
matt