RE: Re: Restlet 2.2.1 only serves from one thread

2014-08-25 Thread Thierry Boileau
Hello Robert, from the beginning of Restlet Framework, our most important aim is to provide a clear and rich API for developing both client and server side applications. Implementation comes later and we're fine to take shortcuts and to leverage well-established frameworks such as Jetty (which

Re: Restlet 2.2.1 only serves from one thread

2014-08-06 Thread Thierry Boileau
Hello Robert, I've added an issue for that question with a few line for analysis: https://github.com/restlet/restlet-framework-java/issues/937 This issue concerns the internal HTTP server connector which can be used for development, but not for production. You can use the Jetty and Simple

RE: Re: Restlet 2.2.1 only serves from one thread

2014-08-06 Thread Robert Barnett
Hi Thierry, Can you help me understand why the out of the box configuration is not appropriate for production? Best, Matt -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=3086334

Restlet 2.2.1 only serves from one thread

2014-08-05 Thread Robert Barnett
I had a very strange latency issue pop up today which I have isolated to an apparent issue with 2.2.1. I can take the Hello World stand alone example from Restlet.com and modify the Resource to be: package firstSteps; import org.restlet.resource.Get; import