Hi Dan, Thanks for the reply. We have submit, hold, remove, release that are not read-only. All the rest are read-only. But, the frequency of read-only calls is very high. Regards, Sateesh On Wednesday 05 August 2009 09:42 PM, Dan Bradley wrote: Sateesh, QUERY_WORKERS is for read-only queries. Are your SOAP calls to the schedd read-only operations? Or are you updating the queue in some way? If they are indeed read-only, then it should be possible to fork in the handler. The difficulty of doing this will depend on how the code is structured. --Dan Sateesh Potturu wrote:1. Is there any work-around to handle collector & schedd taking too long in responding to SOAP? Is quill the solution? 2. This (SOAP not using QUERY_WORKERS) will be fixed in upcoming releases, right? Thanks, Sateesh On Tuesday 04 August 2009 06:54 AM, Matthew Farrellee wrote: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, SateeshIIRC, 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 _______________________________________________ Condor-users mailing list To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a subject: Unsubscribe You can also unsubscribe by visiting https://lists.cs.wisc.edu/mailman/listinfo/condor-users The archives can be found at: https://lists.cs.wisc.edu/archive/condor-users/* Please do not print this email unless it is absolutely necessary. * The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com ------------------------------------------------------------------------ _______________________________________________ Condor-users mailing list To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a subject: Unsubscribe You can also unsubscribe by visiting https://lists.cs.wisc.edu/mailman/listinfo/condor-users The archives can be found at: https://lists.cs.wisc.edu/archive/condor-users/_______________________________________________ Condor-users mailing list To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a subject: Unsubscribe You can also unsubscribe by visiting https://lists.cs.wisc.edu/mailman/listinfo/condor-users The archives can be found at: https://lists.cs.wisc.edu/archive/condor-users/ Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com |