Hi Eric,

By default 20 is max number of total connections. This number will not be exceeded regardless of the number of hosts being connected to.

There may have been a few API changes between RC1 and 2.0, but they should be pretty minor. Please have a look at the release notes <http://www.apache.org/dist/jakarta/commons/httpclient/RELEASE- NOTES.txt> for what has changed between each release. For more specifics you can compare the releases using CVS. RC1 is tagged as HTTPCLIENT_2_0_RC1 and 2.0 is flagged as HTTPCLIENT_2_0_FINAL.

Mike

On Mar 17, 2004, at 11:36 PM, Eric Bloch wrote:

Hey Michael,

Thanks .. I am using setMaxConnectionsPerHost()... and not setMaxTotalConnections(). Assuming there is a fixed number of hosts, will there be a fixed number of sockets used ?

Also were there any API or behavioral changes (besides bug fixes :-)) between 2.0 rc1 and final that I should be aware of? Or is there a doc somewhere that has the list of changes between rc1 and final?
Thanks again!


-Eric


Michael Becke wrote:


On Mar 17, 2004, at 5:05 PM, Eric Bloch wrote:

Thanks... just to be clear though... the multi-threadded connection mgr should never hold open more than a fixed number of sockets though, right?


Yes, any one instance of MultiThreadedHttpConnectionManager will only have a certain number of open connections. This is configurable via setMaxTotalConnections(). You will need to ensure that you are reusing the same instance of the connection manager.

There were also a number of bugs fixed in the MultiThreadedHttpConnectionManager between 2.0 RC1 and the final 2.0 relase. I would suggest upgrading to 2.0 just to be sure.

Mike


---------------------------------------------------------------------
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]



Reply via email to