Re: Newbie question: How to stream data between RESTlets

2007-10-16 Thread xasima
Why no one goes further and proposes the concrete schema and classes for doing this? I really have no great knowledge in the area, so the following is just a some kind of expectation what we really need to do while elaborating such a system. Let we play with HTTP protocol and we have just the

Newbie question: How to stream data between RESTlets

2007-10-12 Thread Erik Vullings
Hi, I have two RESTlets, one acting as a sensor, the other as a detector. The sensor serves data that is consumed by the detector. Since the sensor RESTlet continuously generates data, I want to stream this data to the detector(s) RESTlet. What's the best way to do this? And what kind of

Re: Newbie question: How to stream data between RESTlets

2007-10-12 Thread John D. Mitchell
On 10/12/07, Erik Vullings [EMAIL PROTECTED] wrote: [...] I have two RESTlets, one acting as a sensor, the other as a detector. The sensor serves data that is consumed by the detector. Since the sensor RESTlet continuously generates data, I want to stream this data to the detector(s) RESTlet.

Re: Newbie question: How to stream data between RESTlets

2007-10-12 Thread Rob Heittman
protocol(s) -- I am thinking of stuff like SIP and RTP -- but that's hardly trivial. - Original Message - From: Erik Vullings [EMAIL PROTECTED] To: discuss@restlet.tigris.org Sent: Friday, October 12, 2007 8:40:12 AM (GMT-0500) America/New_York Subject: Newbie question: How to stream