Hi, I've read http://hc.apache.org/httpclient-3.x/threading.html. Is it safe to define HttpClient as static below? - Thanks, Xiaobo
static HttpClient client = new HttpClient(new MultiThreadedHttpConnectionManager()); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
