Thanks Oleg.
olegk wrote: > > You should be re-using the same instance of HttpClient > Do I need to synchronize access to the HttpClient instance? olegk wrote: > > You should be using the same instance of pooling connection manager such > as ThreadSafeClientConnManager for all requests. > How does ThreadSafeClientConnManager work? Does it just synchronize the management of internal connection resources? Or does it behaves in a true concurrent fashion having multiple transfers at the very same time though my one HttpClient instance? -- View this message in context: http://old.nabble.com/Multithreaded-http-client-application%3A-how-to--tp29900978p29964141.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
