Page is a not externally linkable
- Browsers
-- Opera Browser Usage and Support
---- Event Streaming and Opera 9


tedster - 2:47 am on Sep 2, 2006 (gmt 0)


This is pretty cutting edge for developing web-based applications: Opera 9 supports Server-Sent Events [whatwg.org] from the WHATWG Web Applications 1.0 specification.

Traditionally, when building an Ajax application, the browser continually polls the server, sending requests to the server, asking to get data back, making new HTTP requests for every single poll, putting more strain on the server than needed.

The event streaming approach [in Opera 9] instead opens a persistent connection to the server, sending data to the client when new information is available, eliminating the need for continuous polling.. the server no longer has to handle the overhead associated with clients asking for new data.

[my.opera.com...]


Thread source:: http://www.webmasterworld.com/opera_browser/3069541.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com