Hi Vlatko, There is currently no support for this. There is often a more RESTful way to solve the underlying requirements. Regular HTTP can be optimized in many ways to get excellent scalability without requiring constant connections (like conditional processing).
In the future, we might add support for such features. See the related RFEs: "Support asynchronous processing" http://restlet.tigris.org/issues/show_bug.cgi?id=143 "Add Comet support via Atmosphere CPR" http://restlet.tigris.org/issues/show_bug.cgi?id=825 Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -----Message d'origine----- De : Vlatko Davidovski [mailto:[email protected]] Envoyé : lundi 24 août 2009 19:14 À : [email protected] Objet : Restlet + Comet/Bayeux I am currently starting a project involving data exchange with sensors and web enabled devices and plan to use Restlet for this purpose. One of the major tasks to solve is to enable data streaming through HTTP on a RESTful architecture. I would like to use Comet/Bayeux for this purpose. The application would be a standalone program and will not be run inside Servlet container. What possibilities exist for enabling Comet inside Restlet? Has this been done before and are there any hints on achieving this? Thanks! Vlatko ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=23867 92 ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2386943

