Hi, i'm new developing with restlet, i'm developing a virtual machine using restlet with jetty to catch the http request and handle the URIs of my objects. In this moment i can't develop a push mode using websockets, i need to implement a long polling mode. I heard that restlet 2.1 have methods to implement it, what are such methods? Anyone can show me some light?
My first idea is sleep the thread until i have something to send, but this would be nothing scalable and a fudge. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2969069

