Inside Coldfusion MX
| <cfflush interval = "integer number of bytes"> Description
Use this tag to push data to the browser in increments for pages that take a long time to execute. This tag cannot be used on a page that uses CFLOCATION. Attributes
interval (Optional) Used to control the amount of data that is sent to the browser, excluding headers and already available data. |