Oleg: I remember now. Still this would probably introduce subtle threading problems. I am not sure how you want to address that...
HTH
Odi
[EMAIL PROTECTED] wrote:
My scenario is the following:
I am trying to share the same client between different threads,
each of them should execute an http method to an url, possibly the same url.
If a timeout occurs for any one of the executeMethod() calls asynchronously executed by the different threads, I would like to let the thread retry the method with a longer timeout. If I can't modify the timeout for any connections in the pool, how can I get a connection with a different timeout just for that thread and not for all of them?
thanks
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
