Re: responseEntity.writeTo() performance depending on network?

2013-02-05 Thread Oliver Lorenz
Is there a special log category that I can use to prove that we are waiting for the network layer? -- View this message in context: http://httpcomponents.10934.n7.nabble.com/responseEntity-writeTo-performance-depending-on-network-tp19194p19212.html Sent from the HttpClient-User mailing list arc

Re: responseEntity.writeTo() performance depending on network?

2013-02-05 Thread Oliver Lorenz
Yes, this helped. Thanks a lot! Kind regards Oliver -- View this message in context: http://httpcomponents.10934.n7.nabble.com/responseEntity-writeTo-performance-depending-on-network-tp19194p19211.html Sent from the HttpClient-User mailing list archive at Nabble.com.

Re: responseEntity.writeTo() performance depending on network?

2013-02-05 Thread Oliver Lorenz
Thanks for your reply Oleg. You wrote: > Is there a reason for using such an outdated version of HttpClient? We have started to use it when it came out, and did not have a direct need to upgrade. But we will plan for that. > > As far as i understood the execute(), it blocks until the whole stre

responseEntity.writeTo() performance depending on network?

2013-02-04 Thread Oliver Lorenz
Hi, We are using httpcore 4.0.1 and httpclient 4.0.3 in one of our products. In a clients test environment, we experience a big delay when calling writeTo(). This is the code: httpClient = new DefaultHttpClient(); HttpResponse httpResponse= httpClient.execute(post