in reply to Force Browser to Render Partial Page
It depends on the browser. Mozilla normally starts to render data immediately. I think Opera is the same, but haven't tried it lately. Internet Explorer will wait until it has received 256 characters to do some automated MIME type detection (via FindMIMEFromData). Adding a couple of HTML comment lines to fill the buffer normally works to convince IE to start rendering immediately.