Oleg Kalnichevski wrote:

Odi, are you sure you want to have an extra thread per HttpMethod? I do
not think so

You can do threads fairly efficiently by pooling them. I do it in my cache, since I have to allow a timeout on the whole transaction and abort the transaction even in the middle of reading the response if it takes too long. (The VoiceXML spec requires this.) But this is probably overkill for httpclient.

Laura


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to