I noticed that neither your code nor Thierry's consumed the response entity in all cases. Thierry knows the details, but there can be some bad side effects when using Apache HttpClient and you don't consume the entity. 1.1 is safer in this regard than 1.0. Also, which server connector are you using?
On Wed, Jun 4, 2008 at 9:36 AM, Hélia Pouyllau < [EMAIL PROTECTED]> wrote: > But, still I can not run more than 2 client requests on a server (even when > setting the maxConnectionsPerHost to a value > 2): I executed your code and > got 6 "put" instead of 9. I don't know which version of restlet you use but > I use 1.0.10. So maybe I should update it.

