On Mon, 2011-05-23 at 18:34 +0800, Stephen wrote: > I use HttpClient to upload data to the Windows Azure, it use four threads to > work together, but the performance is slow. >
What do you mean by 'slow'? Slow compared to what? Besides, Windows Azure might actually throttle throughput of concurrent connections originating from the same host making your performance numbers completely unreliable. Performance testing against a remote host makes no sense of whatsoever. I am not aware of any performance issues with HttpClient. It is known to be reasonably fast [1] but I will happily look at the results that do not involve an external site. Oleg [1] http://wiki.apache.org/HttpComponents/HttpClient3vsHttpClient4vsHttpCore --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
