You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Borut Bolčina <bo...@gmail.com> on 2010/10/28 10:48:23 UTC

tapestry-resteasy how to configure httpclient

Hi,

I am making thousands of requests sequentally with tapestry-resteasy acting
as client to some in-house jersey service. I guess the defaul http client
configuration is used and this involves reusing connection and making
concurrent calls.

How can I configure this using tapestry-resteasy? Please don't say it is
impossible :-o

Thanks,
Borut

Re: tapestry-resteasy how to configure httpclient

Posted by Borut Bolčina <bo...@gmail.com>.
Ah, forget about it. I was looking at the wrong class, I am using resteasy
directly for the client part.

2010/10/28 Borut Bolčina <bo...@gmail.com>

> Hi,
>
> I am making thousands of requests sequentally with tapestry-resteasy acting
> as client to some in-house jersey service. I guess the defaul http client
> configuration is used and this involves reusing connection and making
> concurrent calls.
>
> How can I configure this using tapestry-resteasy? Please don't say it is
> impossible :-o
>
> Thanks,
> Borut
>