Thanks Ray, I'm using code compatible in CF6 & CF7. My question now is, why would it not work in my installation and it would work in yours?
I just downloaded CF8 from Adobe's website over the weekend and installed it as a Multiserver JRun4 install. Thanks, - Doug -----Original Message----- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Monday, August 27, 2007 8:59 PM To: CF-Talk Subject: Re: cfflush in CF 8 First off - in CF8, you have a sleep() function. You don't need to make a java object. Outside of that, your code below worked fine for me. On 8/27/07, Doug Arthur <[EMAIL PROTECTED]> wrote: > I'm having this same problem in CF8 only. I even tried the workarounds, but > doesn't work in IE or FireFox! > > The page does not render until all page processing is complete. Any ideas? > > Code: > <cfset thread = CreateObject("java", "java.lang.Thread")> > <cfoutput><!-- #RepeatString("X", 1024)# --></cfoutput> > About to sleep for 5 seconds...<cfflush> > <cfset thread.sleep(5000)> > Done sleeping. > > -----Original Message----- > From: Raymond Camden [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 07, 2007 11:21 AM > To: CF-Talk > Subject: Re: <cfflush> in CF 8 > > Can't blame CF for that - its IE. It says, "Hey, even though you sent > me content, I don't feel like I have enough content to show you yet, > and honestly, I do know more than you do and you should just trust me. > What could go wrong?" > > Or something like that. > > > On 8/7/07, Christopher Watson <[EMAIL PROTECTED]> wrote: > > >Ensure you have enough content in your test script. > > > > Ick. Nasty hack. Hope I don't have to do that. Will test it and see if > that's the reason. > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287294 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

