Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I get a socket read timeout error during heavy load, how can I change that behavior?

0
Posted

I get a socket read timeout error during heavy load, how can I change that behavior?

0

By default the timeout of a Grid service invocation is 60 seconds. In order to change this behavior you have two options: • Change a property on the stub that you use to invoke the service. How to do that is described in the following FAQ: http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/JavaTimeout See our Performance Guide for more details. • In you client JVM set the system property: -Dorg.globus.ogsa.client.timeout=(milliseconds) To set system properties for the globus provided command line clients in the bin directory set the OPTIONS environment variable to the full string -Dorg…. If you use version 3.0 or earlier you need to do two additional things to enable this feature: 2.1 Download timeout handler gar from: ftp://ftp.globus.org/pub/gt3/3.0/3.0.0/ogsa-timeout.gar and deploy it using: ant deploy -Dgar.name=ogsa-timeout.gar 2.2 Change the client-config.wsdd file in your distribution to contain this handle in the requestFlow Ex:

-->

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123