Talk:HTTP Streaming - Ajax Patterns

Talk:HTTP Streaming

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.