Re: Cannot saturate LAN connection with HttpClient

2015-05-24 Thread Michael Osipov
Am 2015-05-24 um 14:30 schrieb Oleg Kalnichevski: On Sun, 2015-05-24 at 14:18 +0200, Michael Osipov wrote: Am 2015-05-24 um 12:17 schrieb Oleg Kalnichevski: [...] These are micro-benchmark workers that I use to compare relative performance of the clients

Re: Cannot saturate LAN connection with HttpClient

2015-05-24 Thread Oleg Kalnichevski
On Sun, 2015-05-24 at 00:29 +0200, Michael Osipov wrote: Am 2015-05-23 um 22:29 schrieb Oleg Kalnichevski: On Sat, 2015-05-23 at 22:09 +0200, Michael Osipov wrote: Hi, we are experiencing a (slight) performance problem with HttpClient 4.4.1 while downloading big files from a remote

Re: Cannot saturate LAN connection with HttpClient

2015-05-24 Thread Oleg Kalnichevski
On Sun, 2015-05-24 at 14:18 +0200, Michael Osipov wrote: Am 2015-05-24 um 12:17 schrieb Oleg Kalnichevski: [...] These are micro-benchmark workers that I use to compare relative performance of the clients

Re: Cannot saturate LAN connection with HttpClient

2015-05-24 Thread Michael Osipov
Am 2015-05-24 um 12:17 schrieb Oleg Kalnichevski: [...] These are micro-benchmark workers that I use to compare relative performance of the clients http://svn.apache.org/repos/asf/httpcomponents/benchmark/httpclient/trunk/src/main/java/org/apache/http/client/benchmark/ApacheHttpClient.java

Re: Cannot saturate LAN connection with HttpClient

2015-05-24 Thread Michael Osipov
Am 2015-05-24 um 12:17 schrieb Oleg Kalnichevski: On Sun, 2015-05-24 at 00:29 +0200, Michael Osipov wrote: Am 2015-05-23 um 22:29 schrieb Oleg Kalnichevski: On Sat, 2015-05-23 at 22:09 +0200, Michael Osipov wrote: Hi, we are experiencing a (slight) performance problem with HttpClient 4.4.1

Re: Cannot saturate LAN connection with HttpClient

2015-05-24 Thread Michael Osipov
Am 2015-05-24 um 14:25 schrieb Oleg Kalnichevski: On Sun, 2015-05-24 at 13:02 +0200, Michael Osipov wrote: Am 2015-05-24 um 12:17 schrieb Oleg Kalnichevski: On Sun, 2015-05-24 at 00:29 +0200, Michael Osipov wrote: Am 2015-05-23 um 22:29 schrieb Oleg Kalnichevski: On Sat, 2015-05-23 at 22:09

Re: Cannot saturate LAN connection with HttpClient

2015-05-24 Thread Oleg Kalnichevski
On May 25, 2015 12:23:39 AM GMT+02:00, Michael Osipov micha...@apache.org wrote: Am 2015-05-24 um 14:25 schrieb Oleg Kalnichevski: [...] It all sounds very bizarre. I see no reason why HttpAsyncClient without zero copy transfer should do any better than HttpClient in this scenario. So you

Re: Cannot saturate LAN connection with HttpClient

2015-05-24 Thread Michael Osipov
Am 2015-05-24 um 14:25 schrieb Oleg Kalnichevski: [...] It all sounds very bizarre. I see no reason why HttpAsyncClient without zero copy transfer should do any better than HttpClient in this scenario. So you are saying something is probably wrong with my client setup? I think it is not

Cannot saturate LAN connection with HttpClient

2015-05-23 Thread Michael Osipov
Hi, we are experiencing a (slight) performance problem with HttpClient 4.4.1 while downloading big files from a remote server in the corporate intranet. A simple test client: HttpClientBuilder builder = HttpClientBuilder.create(); try (CloseableHttpClient client = builder.build()) { HttpGet

Re: Cannot saturate LAN connection with HttpClient

2015-05-23 Thread Oleg Kalnichevski
On Sat, 2015-05-23 at 22:09 +0200, Michael Osipov wrote: Hi, we are experiencing a (slight) performance problem with HttpClient 4.4.1 while downloading big files from a remote server in the corporate intranet. A simple test client: HttpClientBuilder builder = HttpClientBuilder.create();