Hi Jarek, On 9/17/2010 11:06 AM, Jarek Gawor wrote: > An attempt was made in the 1.5 branch to ensure connection pool is > reused between the calls but that reused HttpClient instance instead > of HttpConnectionManager instance... and you know the rest.
Not to beat a dead horse :), but AFAIK Oleg still recommends using a single HTTPClient across multiple threads. It's true that using it that way will mean having to pass a separate HTTPState object to each execute() call, but that's apparently the recommended pattern. See this thread - http://bit.ly/cWlfYD --Glen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
