Hi Ryan,
Basically I am setting up a HttpClient using a
MultiThreadedHttpConnectionManager. Next I create PostMethod objects,
call execute in a try/finally. In the finally I call
post.releaseConnection().
One area that I am unsure of is if this implementation allows for
connection reuse. I've read other posts that talk about needing to
"consume the entire response" to enable connection reuse.
Yes it does allow for reuse. The entire response is consumed
automatically when you call post.releaseConnection(), if the
headers sent and returned allow for connection reuse.
cheers,
Roland
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]