Re: NO_HTTP_RESPONSE_EXCEPTION

2009-02-18 Thread sebb
the problem is occurring. Oleg Thanks, Joan. -Mensaje original- De: Oleg Kalnichevski [mailto:ol...@apache.org] Enviado el: sábado, 07 de febrero de 2009 14:08 Para: HttpClient User Discussion Asunto: Re: NO_HTTP_RESPONSE_EXCEPTION sebb wrote: On 06/02/2009, Oleg

RE: NO_HTTP_RESPONSE_EXCEPTION

2009-02-16 Thread Joan Balagueró
do you think about this? Thanks, Joan. -Mensaje original- De: Oleg Kalnichevski [mailto:ol...@apache.org] Enviado el: sábado, 07 de febrero de 2009 14:08 Para: HttpClient User Discussion Asunto: Re: NO_HTTP_RESPONSE_EXCEPTION sebb wrote: On 06/02/2009, Oleg Kalnichevski ol

Re: NO_HTTP_RESPONSE_EXCEPTION

2009-02-09 Thread joan . balaguero
Hello, My problem with MaxTotalConnections is the following. My application is similar to a proxy. The user enters a set of rules and, through these rules, my application decides the number of simultaneous requests that it allows to pass to the app servers. And this is done modifying dinamically

Re: NO_HTTP_RESPONSE_EXCEPTION

2009-02-07 Thread Oleg Kalnichevski
sebb wrote: On 06/02/2009, Oleg Kalnichevski ol...@apache.org wrote: Joan Balagueró wrote: Thanks Oleg. It seems strange to me because HttpClient3 (sending requests to the same server) never fails. I'll take a look at the code again and I'll comment you something else. I do not know why

RE: NO_HTTP_RESPONSE_EXCEPTION

2009-02-06 Thread Joan Balagueró
Discussion Asunto: RE: NO_HTTP_RESPONSE_EXCEPTION On Fri, 2009-02-06 at 13:44 +0100, Joan Balagueró wrote: Hello Oleg, This is the log. I sent 10 concurrent requests, and all of them failed with HttpNoResponseException. Thanks for you help, Joan. There is nothing wrong

Re: NO_HTTP_RESPONSE_EXCEPTION

2009-02-06 Thread Oleg Kalnichevski
Joan Balagueró wrote: Thanks Oleg. It seems strange to me because HttpClient3 (sending requests to the same server) never fails. I'll take a look at the code again and I'll comment you something else. I do not know why the server chokes on packets generated by HttpClient 4, but this is

Re: NO_HTTP_RESPONSE_EXCEPTION

2009-02-06 Thread sebb
On 06/02/2009, Oleg Kalnichevski ol...@apache.org wrote: Joan Balagueró wrote: Thanks Oleg. It seems strange to me because HttpClient3 (sending requests to the same server) never fails. I'll take a look at the code again and I'll comment you something else. I do not know why the