[Resteasy-users] apache http client warnings

2011-11-08 Thread Frank Kootte
When ran in a multithreaded ( or actually multiactored ) setup I see a lot of the following warnings passing by which might be something that could considered to be an improvement. *Nov 8, 2011 9:27:42 AM org.apache.commons.httpclient.SimpleHttpConnectionManager getConnectionWithTimeout* *WARNING:

Re: [Resteasy-users] apache http client warnings

2011-11-08 Thread Bill Burke
We do the best we can to clean up connections, sometimes though the user has to be involved. 1) There is a ClientResponse.releaseConnection(). Clean programmers will call this method 2) The finalize method of ClientResponse will make a releaseConnection call if it hasn't been done already 3) P