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: &lt;cfflush&gt; 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.
> >
> >
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287266
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to