Re: ClientRestlet speed compare to apache Httpclient

2012-09-26 Thread Thierry Boileau
Hello,

do you mean the HttpClient extension for the Restlet framework?

Best regards,
Thierry Boileau


i access a remote restlet server using ClientRestlet and Httpclient, the
> clientresource seems to be
> slower than httpclient, i debug the open source,
> BaseClientHelper.handle(Request request, Response response)'s
>
> .. if (!latch.await(NioUtils.NIO_TIMEOUT, TimeUnit.MILLISECONDS))
> {.
> takes most of time.
>
> who can show me the reason, and how to resovle the problem!
> thanks!
>
>
>
> --
> View this message in context:
> http://restlet-discuss.1400322.n2.nabble.com/ClientRestlet-speed-compare-to-apache-Httpclient-tp7578359.html
> Sent from the Restlet Discuss mailing list archive at Nabble.com.
>
> --
>
> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3005178
>

--
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3010417

ClientRestlet speed compare to apache Httpclient

2012-09-11 Thread zhoutao
i access a remote restlet server using ClientRestlet and Httpclient, the
clientresource seems to be 
slower than httpclient, i debug the open source,
BaseClientHelper.handle(Request request, Response response)'s

.. if (!latch.await(NioUtils.NIO_TIMEOUT, TimeUnit.MILLISECONDS)) {.
takes most of time.

who can show me the reason, and how to resovle the problem!
thanks!



--
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/ClientRestlet-speed-compare-to-apache-Httpclient-tp7578359.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

--
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3005178