I apologize, I haven't followed every message in this thread, but I wanted to point that any type of HTTP compression like gzip will screw with cfflush. Compression is usually configured at the web server level (IIS, Apache). You need to look at your response headers that are coming back from the server. They will tell you if compression is being used.
~Brad ----- Original Message ----- From: "Mike Kear" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Tuesday, July 29, 2008 2:05 PM Subject: Re: cfflush in CF 8 > Wes, I remember this cfflush issue being discussed at the very first > CF User Group meeting I ever attended, more than a decade ago. I do > believe we were talking CF4.2 then or maybe it was CF5. > > The issue is not a coldfusion issue at all. IIS (or is it IE) doesnt > render pages with only a tiny amount of data, so the solution is to > add a whole bunch of characters (usually use white space, such as > several hundred space characters) to increase the size of the buffer > you're wanting to CFFLUSH until it's always bigger than the minimum > size that IE will render. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309896 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

