Re: Keep-Alive

2016-06-13 Thread Oleg Kalnichevski
On Mon, 2016-06-13 at 11:23 -0700, Rallavagu wrote: > > On 6/7/16 6:13 AM, Oleg Kalnichevski wrote: > > On Mon, 2016-06-06 at 13:43 -0700, Rallavagu wrote: > >> HttpClient 4.3.2, JDK 7 > >> > >> I was doing something similar to what is talked in this link related to > >> http commons client 3.x >

Re: Keep-Alive

2016-06-13 Thread Rallavagu
On 6/7/16 6:13 AM, Oleg Kalnichevski wrote: On Mon, 2016-06-06 at 13:43 -0700, Rallavagu wrote: HttpClient 4.3.2, JDK 7 I was doing something similar to what is talked in this link related to http commons client 3.x

Re: Keep-Alive

2016-06-07 Thread Oleg Kalnichevski
On Mon, 2016-06-06 at 13:43 -0700, Rallavagu wrote: > HttpClient 4.3.2, JDK 7 > > I was doing something similar to what is talked in this link related to > http commons client 3.x > > http://httpcomponents.10934.n7.nabble.com/quot-Keep-alive-quot-stale-connections-and-socket-reuse-td15315.html

RE: Keep alive

2014-03-13 Thread Joan Balagueró
Hello, Forget it ... Thanks. Joan. -Mensaje original- De: Joan Balagueró [mailto:joan.balagu...@grupoventus.com] Enviado el: jueves, 13 de marzo de 2014 19:23 Para: httpclient-users@hc.apache.org Asunto: Keep alive Hello, After migrating to 4.3 from 4.1, I don’t get keep-alive

Re: Keep alive

2011-04-01 Thread Gurmeet Budhraja
, March 31, 2011 12:50 PM To: Vadheraju, Rajeshwar Cc: 'HttpClient User Discussion' Subject: RE: Keep alive Hi Raj, In my case, I'm sending requests to problematic servers. By problematic I mean that they're abruptly closing the http sockets. That's why I'm not interested in keeping alive my

RE: Keep alive

2011-04-01 Thread Vadheraju, Rajeshwar
To: HttpClient User Discussion Subject: Re: Keep alive You can use IdleConnectionTimeoutThread for the same :) On Fri, Apr 1, 2011 at 12:41 AM, Vadheraju, Rajeshwar rajeshwar.vadher...@fisglobal.com wrote: Yes, agreed. I think it is good idea to implement retry and idle connection handler as opposed

Re: Keep alive

2011-03-31 Thread Sam Crawford
You can increase the logging level as per the Enable context logging for connection management / request execution instructions listed on http://hc.apache.org/httpcomponents-client-ga/logging.html Alternatively, you could use tcpdump or Wireshark to capture the packets and see if the same TCP

RE: Keep alive

2011-03-31 Thread Vadheraju, Rajeshwar
Hi Joan, I'm also researching on the same area. Could you please provide some details why you are implementing keep alive strategy? In other words, What problems prompted you to implement keep alive strategy? If you could elaborate on your issue, I could share some of my experience and research

RE: Keep alive

2011-03-31 Thread Joan Balaguero
at: 1301590655288 Notifying no-one, there are no waiting threads -Mensaje original- De: Sam Crawford [mailto:samcrawf...@gmail.com] Enviado el: jueves, 31 de marzo de 2011 18:18 Para: HttpClient User Discussion CC: Joan Balaguero Asunto: Re: Keep alive You can increase the logging level

RE: Keep alive

2011-03-31 Thread Joan Balaguero
[mailto:rajeshwar.vadher...@fisglobal.com] Enviado el: jueves, 31 de marzo de 2011 18:19 Para: HttpClient User Discussion Asunto: RE: Keep alive Hi Joan, I'm also researching on the same area. Could you please provide some details why you are implementing keep alive strategy? In other words, What problems prompted you

RE: Keep alive

2011-03-31 Thread Vadheraju, Rajeshwar
or run IdleConenction Thread? -Original Message- From: Joan Balaguero [mailto:joan.balagu...@grupoventus.com] Sent: Thursday, March 31, 2011 12:50 PM To: Vadheraju, Rajeshwar Cc: 'HttpClient User Discussion' Subject: RE: Keep alive Hi Raj, In my case, I'm sending requests to problematic

RE: Keep alive questions

2010-06-18 Thread Oleg Kalnichevski
On Fri, 2010-06-18 at 12:51 +0200, Joan Balaguero wrote: Hello Oleg, Thanks for your response. What I mean by removing keep alive strategy is the following. I have an administration application with the following option: [x] Keep alive http connection for [ ] seconds. If the

RE: Keep alive questions

2010-06-18 Thread Joan Balaguero
? Thanks, Joan. -Mensaje original- De: Oleg Kalnichevski [mailto:ol...@apache.org] Enviado el: viernes, 18 de junio de 2010 13:44 Para: HttpClient User Discussion Asunto: RE: Keep alive questions On Fri, 2010-06-18 at 12:51 +0200, Joan Balaguero wrote: Hello Oleg, Thanks for your response

Re: Keep-alive, stale connections and socket reuse

2008-09-03 Thread Dobri Kitipov
Thank you for the answers! Regards, Dobri On Tue, Sep 2, 2008 at 9:20 PM, Oleg Kalnichevski [EMAIL PROTECTED] wrote: On Mon, 2008-09-01 at 17:27 +0300, Dobri Kitipov wrote: Hi Oleg, I have one additional more abstract question. What I have observed during my tests was that when I run my

Re: Keep-alive, stale connections and socket reuse

2008-09-02 Thread Oleg Kalnichevski
On Mon, 2008-09-01 at 17:27 +0300, Dobri Kitipov wrote: Hi Oleg, I have one additional more abstract question. What I have observed during my tests was that when I run my test scenarion with 5 WS consecutive invocations and sniff the traffic I can see that the sockets were reused. The problem

Re: Keep-alive, stale connections and socket reuse

2008-09-02 Thread Oleg Kalnichevski
On Mon, 2008-09-01 at 16:33 +0300, Dobri Kitipov wrote: Hi Oleg, thank you for the detailed answer of my question. It seems we need to recommend the Axis2 guys to use the better version. Do you know when there will be an official release of HttpClient 4.0-beta1? Thank you, Dobri

Re: Keep-alive, stale connections and socket reuse

2008-09-01 Thread Dobri Kitipov
Hi Oleg, thank you for the detailed answer of my question. It seems we need to recommend the Axis2 guys to use the better version. Do you know when there will be an official release of HttpClient 4.0-beta1? Thank you, Dobri On Fri, Aug 29, 2008 at 2:11 PM, Oleg Kalnichevski [EMAIL PROTECTED]