Re: shutting down the io event dispatch

2009-02-06 Thread Oleg Kalnichevski
On Thu, 2009-02-05 at 19:15 -0500, brien colwell wrote: hi all, Hi Brian i have lingering io event dispatch threads when using the nio http client ... is there a correct way to shut down the io event dispatch? Yes, there is

RE: NO_HTTP_RESPONSE_EXCEPTION

2009-02-06 Thread Joan Balagueró
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. Just another question. When I modify a connection or response timeout setting another value (for example, from 5000 to

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: Mapping javax.servlet to HttpCore - best practices questions

2009-02-06 Thread Todd W Lainhart
Thanks Oleg - this will be very helpful. -- Todd From: Oleg Kalnichevski ol...@apache.org To: HttpClient User Discussion httpclient-users@hc.apache.org Date: 02/06/2009 11:09 AM Subject: Re: Mapping javax.servlet to HttpCore - best practices questions On Thu, 2009-02-05 at 19:00 -0500,

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