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


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

Reply via email to