On Mon, 2008-10-13 at 23:41 +0200, Oleg Kalnichevski wrote:
> On Mon, 2008-10-13 at 10:45 -0700, Mohit Anchlia wrote:
> > What happens when an instance of HttpClient instance is created for
> > each request? Does it internally get associated with one Connection
> > manager or there is new connection manager created for each HttpClient
> > instance?
> > 
> 
> New connection manager created for each HttpClient instance

What is the tradeoff between using the same httpClient instance again
and again, or creating a new one on each request? Can you create a
memory leak by using one instance and not closing connections properly?

Christine

> 
> Oleg
> 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
dagdag is just a two character rotation of byebye
www.christine.nl


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to