Re: Simulating connection timeout?

2010-03-30 Thread Ken Krugler
On Mar 29, 2010, at 1:59pm, KARR, DAVID (ATTSI) wrote: -Original Message- From: Ken Krugler [mailto:kkrugler_li...@transpac.com] Sent: Monday, March 29, 2010 1:42 PM To: HttpClient User Discussion Subject: Re: Simulating connection timeout? On Mar 29, 2010, at 1:12pm, Sam Crawford

Releasing connections

2010-03-30 Thread Joan Balaguero
Hello, I’ve implemented the following code to send a request, read the response and returns back the connection to the pool: (…) Try { (…) entity = this.objHttp.execute(objPost)); if (entity != null) { bis = new BufferedInputStream(entity.getContent());

Timeout experience

2010-03-30 Thread Mohit Anchlia
Apache 2.2.11 I am reviewing the timeout values in worker.properties because currently if one node out of so many other nodes in a jboss cluster reboots or dies then we see that connection piles up on the web server. It looks like it's because of retries and and prepost_timeout that lot of

Re: Timeout experience

2010-03-30 Thread sebb
On 30/03/2010, Mohit Anchlia mohitanch...@gmail.com wrote: Apache 2.2.11 This list is for HttpComponents HttpClient, not Apache httpd server discussions. See: http://httpd.apache.org/lists.html I am reviewing the timeout values in worker.properties because currently if one node out of so

Re: Timeout experience

2010-03-30 Thread Mohit Anchlia
yes I realize it now :) On Tue, Mar 30, 2010 at 9:24 AM, sebb seb...@gmail.com wrote: On 30/03/2010, Mohit Anchlia mohitanch...@gmail.com wrote: Apache 2.2.11 This list is for HttpComponents HttpClient, not Apache httpd server discussions. See: http://httpd.apache.org/lists.html  I am