Thanks you all for your prompt help. I 'll try evolving something good. Regards, Nishant
-----Original Message----- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 7:05 PM To: [email protected] Subject: Re: How to modify connection pooling in HttpConnectionManager 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/branch es/HTTPCLIENT_2_0_BRANCH/src/contrib/org/apache/commons/httpclient/contr ib/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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
