> From my personal experience a decent blocking HTTP client can be
> expected to outperform a decent non-blocking HTTP client by 50 to 100%,
> but such a massive difference does look very suspicious. My guess,
> though, that the way pages are being processed can be a limiting factor
> more more than the way they are being retrieved. How do you parse /
> process the content of the pages? Is your processing code based on
> standard java InputStream APIs?

Hi Oleg,

Is the something better to use than the standard InputStream API to
process the respons?

JM

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to