I get a socket read timeout error during heavy load, how can I change that behavior?
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
- When I try to load the Xploder V5, I get a screen on my TV that says Disc Read Error or "Please insert a PlayStation or PlayStation 2 format disc". What should I do?
- Why do I get an internal read error had occurred, unable to load install instructions error?
- I get a socket read timeout error during heavy load, how can I change that behavior?