Hi, > That said, the direction of preference seems to point to using a > single instance of Restlet's Client class and setting the "maxConnectio > nsPerHost" to some > appropriate value. One concern that I have is whether Restlet's > Client is designed to be thread safe so that multiple threads can > utilize the same instance? > In other words, is singleton usage the recommended pattern for using > the client?
I think singelton usage is not useful, because you could set different properties or something like this, if I remember right? best regards Stephan _____________________________________________________________________ Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! http://smartsurfer.web.de/?mc=100071&distributionid=000000000066

