On 02/15/2013 11:00 AM, Jeff Mesnil wrote:
For the Web console (running in a Web browser), using the Web
Sockets
protocol seems a natural fit to handle notifications but that support
web sockets protocol from AS7 management service (not sure if it's
already in the pipeline).
I don't know, it seems like overkill. I think
http://html5doctor.com/server-sent-events/ is probably a better option
than web sockets or polling as it is supported in the browser with a
simple API and doesn't require a lot of complex server-side support.
--
- DML