Do we know what sort of processor hit it will cause yet?  For example
would...

<cfoutput query...>
  <tr><td>#name#</td><td>#phone#</td></tr>
  <cfflush>
</cfoutput>

be painfully slow to be practical?

--
James Smith
[EMAIL PROTECTED]
Brainbench transcript ID: 822462
http://www.brainbench.com/transcript.jsp?pid=822462

----- Original Message -----
From: "Ben Forta" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, February 01, 2001 11:36 AM
Subject: RE: Progress bar


> Yes, and yes - as many times as you want. The <CFFLUSH> tag flushes the
> current ColdFusion output buffer to the web server, which then sends it
back
> to the client. The first instance of the <CFFLUSH> tag on a page sends
back
> all of the HTML headers as well. Subsequent <CFFLUSH> tags send the output
> buffered only since the previous flush.
>
> --- Ben
>
>
>
> -----Original Message-----
> From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 01, 2001 5:44 AM
> To: CF-Talk
> Subject: RE: Progress bar
>
>
> > John, there is no real clean way to do this now (lots of kludges
> > though). As
> > I demonstrated at the Developer's Conference, CF5 has a new tag called
> > <CFFLUSH> that does exactly what you want. And CF5 starts beta
> > pretty soon.
>
> Just a question on CFFlush - can it be used at any time, or multiple times
> in a template?
>
> Philip Arnold
> Director
> Certified ColdFusion Developer
> ASP Multimedia Limited
> T: +44 (0)20 8680 1133
>
> "Websites for the real world"
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> **********************************************************************
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to