Hi, I have a restlet app in production.
we get around 10 to 15 requests per min from client. It all works fine unless an exception is thrown for any reasons. Once the exception is thrown in the body of the get method (using restlet 2.0 with @Get annotation), the restlet stops responding to subsequent request for around 2 to 3 mins. if the request is successful, I send JSON representation. Otherwise, I write the exception to log files, set the response status to Internal Server Error and send null representation. Log file shows the written exception and then do not log anything after that for around 3 minutes. And, any subsequent requests, do not get any response for some time. BTW, I am using restlet 2.0 jse, jetty connector, spring integration. Also, I get the same issue with simple connector as well. Any ideas ? Thanks Rohit ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2645363

