You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Derk Muenchhausen <de...@web.de> on 2003/01/29 13:40:29 UTC

performance

Hi,

I just compared the performance of Sun's HttpURLConnection with Apache's 
HttpClient. I tried several times a chunked communication with four 8192 
byte chunks.

HttpURLConnection needs about 890 ms, HttpClient needs just 722 ms.

Was my measuring wrong? Is HttpClient really faster than 
HttpURLConnection? What have you done, that HttpClient got significant 
faster?

Derk