Re: Client Side API - HTTP Connections

On Tue, 6 Mar 2001, John Philip Anderson wrote:
>
> 1.) I have ran into a problem that appears to be similar to that previously
> described by Mr. Katha et al. in a message thread titled "Re: Client Side
> API - HTTP Connections" which was posted from January 31 to February 5,
> 2001.  Specifically, I also have been "experiencing intermittent delays in
> the time required to complete requests" during multiple requests to the same
> host.
>
> However, I have apparently solved my problem by lowering the request timeout
> threshold to 1000 milliseconds (from whatever the default value is) by
> adding one line of code to my software:
>
> 	manager.setRequestTimeout(1000);
>

I didn't have time to investigate on this, but did you try to recompile
the classes in debug mode to see if it is because the server didn't reply
entirely while pipelining was used? related to the opening of too many
connections, hence waiting for one of them to finish?
Thanks,

-- 
Yves Lafon - W3C
"Baroula que barouleras, au tiéu toujou t'entourneras."

Received on Wednesday, 7 March 2001 12:24:59 UTC