HTTPClient 3.1 Post method runs too slowly at some client's environments.

2009-09-28 Thread crazytazo
Hi, I am developing an Applet with HTTPClient 3.1 I love the library, so thanks you guys for making that. My Applet have worked very well. However, I faced to a problem today. For some environments, HTTPClient’s POST method runs too slowly. There was no firewall. I dumped the full log message. A

Re: HttpClient 4.0

2009-09-28 Thread Joan BalaguerĂł Valls
--Mensaje original-- De: visualize Para:httpclient-users@hc.apache.org Responder a:HttpClient User Discussion Asunto: Re: HttpClient 4.0 Enviado: 28 Sep, 2009 11:06 olegk wrote: > > visualize wrote: >> Hello, >> >> I'm trying to port my application to use HttpClient 4.0 instead of >>

Re: HttpClient 4.0

2009-09-28 Thread visualize
olegk wrote: > > visualize wrote: >> Hello, >> >> I'm trying to port my application to use HttpClient 4.0 instead of >> version >> 3.0 I make a substantial number of HTTP-gets and used to use >> aMultiThreadedHttpConnectionManager to setup a pool and retrieve clients. >> >> Let's say I want t