Re: Regarding closing of idle connections for non-reusable / non-threaded httpClient instances to ensure complete connection closure

2008-05-16 Thread Oleg Kalnichevski
On Thu, 2008-05-15 at 20:27 -0700, Sujith Joseph wrote: Hi Oleg, Thanks for your reply. I really appreciate your help. I have couple of more questions on this. I am currently using httpclient 3.0 library. SimpleConnectionManager.shutdown () method is not available in 3.0 libs.

Re: Regarding closing of idle connections for non-reusable / non-threaded httpClient instances to ensure complete connection closure

2008-05-16 Thread Sujith Joseph
Hi Oleg, Thanks a lot, for your prompt reply and help. Thanks, Sujith On Fri, May 16, 2008 at 2:46 AM, Oleg Kalnichevski [EMAIL PROTECTED] wrote: On Thu, 2008-05-15 at 20:27 -0700, Sujith Joseph wrote: Hi Oleg, Thanks for your reply. I really appreciate your help. I

Re: Regarding closing of idle connections for non-reusable / non-threaded httpClient instances to ensure complete connection closure

2008-05-15 Thread Sujith Joseph
Hi Oleg, Thanks for your reply. I really appreciate your help. I have couple of more questions on this. I am currently using httpclient 3.0 library. SimpleConnectionManager.shutdown () method is not available in 3.0 libs. if I am continuing to use these libraries in my application,

Regarding closing of idle connections for non-reusable / non-threaded httpClient instances to ensure complete connection closure

2008-05-13 Thread Sujith Joseph
Hi, I would like to know whether it is necessary to invoke httpClient.getConnectionManager(). closeIdleConnections(1000), after creating an httpClient (httpClient = new HttpClient()), creating an httpmethod, executing the httpmethod and performing method.releaseConnection(), to ensure that