Talk:HTTP Streaming - Ajax Patterns

Talk:HTTP Streaming

Spam and editing problems. Ajax Patterns has suffered from several spam attacks lately. There are also some problems saving edits. I'm currently (Nov-Dec 2008) the server to rectify these problems. Thanks for your patience during this time.
- Michael Mahemoff, AjaxPatterns.org.

From Ajax Patterns

what techniques will make IE enter a "busy" "page loading" state (IE icon spinning around, status bar, &c), and what techniques will avoid this?

Contents

Ajax/Javascript Programming and Usability in "Ajax Design Patterns" Book

Disadvantage with Proxy Servers with caching ability

If there is a proxy between browser and real server, which has "caching abilities", that is incoming packets from Server may be cached (buffered) in Proxy server and then wholy flushed onto the browser joined all together, this will prevent the browser asynchronously receiving packets from server via this technology and thus browser will not be able to receive a particular data from the server by this way.