Hello Dalia, that's quite weird indeed, there is no reason why the server resource may block the process. May i ask you wether you are using ServerResource, or Restlet in order to implement your API? By the way, I notice the following URLs, which make me think there is something strange in the design of your resource: /test/123456/retrievepatient (with GET request) /test/12356/deletepatient (with DELETE request) /test/addpatient (with PUT request)
I would see instead URI patterns without name of actions since the action is located in the HTTP method (GET, PUT, DELETE). Best regards, Thierry Boileau I came across this with RC3 too, haven't seen this again since I updated to > RC4, but make sure there are no long blocking ops in your code. > > ------------------------------------------------------ > > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2956655 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2957053

