On Wed, 2011-01-26 at 11:14 -0500, [email protected] wrote: > Let me just add that I tried a much shorter timeout (20 seconds) and that > makes the process fail much more rapidly. > > I'm also investigating whether the fact that the httpclient call is > executed within a thread has any effect.
Laurent HttpClient should not retry automatically if the request fails due to a time out. Nevertheless, you can find out whether this is indeed the case by running your application with the context logging turned on. Hope this helps Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
