> I know that using ThreadSafeClientConnManager the client can be shared > across multiple threads, but is not the case here, since each thread > will have it's own connection. > How can I reuse the connection in each thread? > > Do I keep the HttpClient in a local variable and just reuse it inside > each thread?
Might help this thread: http://marc.info/?t=128640014700007&r=1&w=2 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
