Hello all, I'm working an a project that uses HttpClient (3), and have a question regarding threading (I know that I need to use a MultiThreadedHttpConnectionManager). My question is this: how can I safely terminate a pending request from a different thread? Assuming I use a single (or pool of) IO thread, is it enough to just call Thread.interrupt() to properly 'shut-down' and effectively cancel the request?
regards, Chris Lewis --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
