Re: tapestry-resteasy how to configure httpclient

2010-10-28 Thread Borut Bolčina
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 > 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 > co

tapestry-resteasy how to configure httpclient

2010-10-28 Thread Borut Bolčina
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? Pleas