RE: Too Many Connections

2008-06-28 Thread avin98
but I'm not 100% sure). Thanks! Ken -Original Message- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2008 11:20 AM To: HttpClient User Discussion Subject: RE: Too Many Connections On Fri, 2008-06-27 at 09:08 -0700, Ken DeLong wrote: That didn't help

RE: Too Many Connections

2008-06-27 Thread Ken DeLong
User Discussion Cc: Stephen Hiley Subject: RE: Too Many Connections You need to use either of these: - org.apache.commons.httpclient.MultiThreadedHttpConnectionManager - org.apache.commons.httpclient.SimpleHttpConnectionManager There are examples of both in the HttpClient site. In addition

RE: Too Many Connections

2008-06-27 Thread Pete Keyes
-5933 (c) 206-914-4134 -Original Message- From: Ken DeLong [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2008 9:09 AM To: HttpClient User Discussion Cc: Stephen Hiley Subject: RE: Too Many Connections That didn't help. We changed to private HttpClient client = new

RE: Too Many Connections

2008-06-27 Thread Ken DeLong
was pretty sure the calling app was single threaded but I'm not 100% sure). Thanks! Ken -Original Message- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2008 11:20 AM To: HttpClient User Discussion Subject: RE: Too Many Connections On Fri, 2008-06-27 at 09:08

RE: Too Many Connections

2008-06-27 Thread Oleg Kalnichevski
To: HttpClient User Discussion Subject: RE: Too Many Connections On Fri, 2008-06-27 at 09:08 -0700, Ken DeLong wrote: That didn't help. We changed to private HttpClient client = new HttpClient(new SimpleHttpConnectionManager()); Ken, SimpleHttpConnectionManager re-uses