Hi, I'm using ClientResource with org.restlet.ext.httpclient.jar. Each time I create a new ClientResource object I get a new HttpClientHelper under the covers, each of which appears to have its own connection pool...apache logging indicates no connection re-use.
Am I using this class incorrectly (whenever I need to get a resource, create ClientResource instance, use it, release it)? Thanks, Tony Rozga ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2675742

