Hello Joan,

> The instante of MultiThreadedHttpConnectionManager should be unique for all
> httpclient instances? 

It depends. You can improve resource usage by having a single
connection manager. Then again, you don't necessarily need
different HttpClient instances in the first place.

> I want to have N different instances of httpclient (for N webservices),
> because every instance has different connection parameters (maxconnections,
> timeouts, …)

If max connections (total, per host) is different, then you need
separate MTHCM. Because that's what a connection manager does.

Almost everything else is handled elsewhere and would not prevent
you from using a single MTHCM.


hope that helps,
  Roland


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

Reply via email to