> Todd, one thing I noticed is that you are setting maxConnectionsPerHost 
> to the number of threads you are creating.  This pretty much defeats 
> the purpose of using the MTCM and there is no need to share 
> connections.  There are enough connections for each thread to just own 
> one.

Mike, that certainly makes sense.  My intent was to eliminate any wait time
for a connection and not to have to pool the connections myself - nor have
to deal with any extraneous connections issues, ie. isStale ;-)

What would be a good proxy for maxConnections?  If it's anything less than
the number of threads, wouldn't some time be spent waiting for the next
available connection?

Todd

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

Reply via email to