Using HttpClient 4.1, I'm creating an instance by: client = DefaultHttpClient(new ThreadSafeClientConnManager());
Which gives me a thread-safe environment. But how separate are the thread environments ? If I set headers, cookies, etc. are these shared between all threads ? Or does ThreadSafeClientConnManager keep these all separate ? Thanks, GTG --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
