Hi John, You only have to put "com.noelios.restlet.ext.httpclient_3.1.jar" in your classpath instead of "com.noelios.restlet.ext.net.jar". The NRE will automatically use it when your create an HTTP/S Client connector.
You can also tweak its specific parameters for the max number of connections per host, etc. See the Javadocs for details of each parameter. Best regards, Jerome > -----Message d'origine----- > De : John D. Mitchell [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 17 novembre 2006 16:50 > À : [email protected] > Objet : Re: Integration with Apache HTTP Client available > > On 11/17/06, Jerome Louvel <[EMAIL PROTECTED]> wrote: > [...] > > Please test this if you can, this should provide connector > reuse and better > > robustness for high-volume applications. > > Is there a example of configuring this usage or is this now > the default? > > Thanks, > John

