On Thu, Dec 15, 2005 at 12:25:14PM +0100, Roland Weber wrote:
> Hi Nishant,
> 
> > I am trying to find out how connection pooling is implemented by
> > HttpConnectionManager, in HTTPClient.
> 
> Have a look at the source of the MultiThreadedHttpConnectionManager.
> 
> > Is it possible for me to implement my own connection pooling algorithm.
> 
> Yes. Implement the HttpConnectionManager interface and make sure to
> create HttpClient with an instance of your own connection manager.
> 
> hope that helps,
>   Roland
> 

Hi Nishant,

It may also be worthwhile taking a look at this contribution

http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/src/contrib/org/apache/commons/httpclient/contrib/pool/

Please note it has been written for HttpClient 2.0 API, and may require
alterations to work with 3.0 API

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]

Reply via email to