RE: Connection reuse again

2006-11-29 Thread Jerome Louvel
Hi Sean, > It seems I need com.noelios.restlet.ext.net.jar in either > case, else I get a CNFE. This really shouldn't be the case, as the two classes in com.noelios.restlet.ext.httpclient_3.1.jar don't import anything beside org.restlet.* and com.noelios.restlet.http.*. If you have a detailled

Re: Connection reuse again

2006-11-28 Thread Sean Landis
Jerome Louvel noelios.com> writes: > > > Hi Sean, > > No problem, the support of Apache HTTP Client was needed anyway. > > To test the other connector, you just need to replace the > "com.noelios.restlet.ext.httpclient_3.1.jar" file by the > "com.noelios.restlet.ext.net.jar" one in your clas

RE: Connection reuse again

2006-11-28 Thread Jerome Louvel
me > -Message d'origine- > De : news [mailto:[EMAIL PROTECTED] De la part de Sean Landis > Envoyé : mardi 28 novembre 2006 18:48 > À : discuss@restlet.tigris.org > Objet : Re: Connection reuse again > > Hi Jerome, > > > > > Hi Sean, > > > >

Re: Connection reuse again

2006-11-28 Thread Sean Landis
Hi Jerome, > > Hi Sean, > > Thanks for reporting your progress. > > Reading your response, it seems that the other HTTP client connector based > on HttpURLConnection class would also allow you to reuse connections if you > fully read the responses. It would be great if you could confirm that i

RE: Connection reuse again

2006-11-28 Thread Jerome Louvel
both connectors. Best regards, Jerome > -Message d'origine- > De : news [mailto:[EMAIL PROTECTED] De la part de Sean Landis > Envoyé : mardi 28 novembre 2006 00:39 > À : discuss@restlet.tigris.org > Objet : Re: Connection reuse again > > Sean Landis gmail.com

Re: Connection reuse again

2006-11-27 Thread Sean Landis
Sean Landis gmail.com> writes: > > I am using the new apache http client and I'm seeing strange behavior. I am > sending 50 messages to the server in rapid succession. Using the 'ethereal' > tool, I examined the TCP traffic. What I saw was that occasionally the > connection would get reused on

Connection reuse again

2006-11-27 Thread Sean Landis
I am using the new apache http client and I'm seeing strange behavior. I am sending 50 messages to the server in rapid succession. Using the 'ethereal' tool, I examined the TCP traffic. What I saw was that occasionally the connection would get reused once, that is, two calls would occur before th