Manage "output buffer" coldfusion
ColdFusion has what a PHP user would consider an "Output Buffer" enabled by default. To flush it, use the cfflush tag. It allows long running pages to trickle out to the browser to avoid timeouts and make it look like something is indeed happening (as opposed to being locked out or broken)
>>
Leonard Chan's Homepage
>>
Scribble Web
>> Manage "output buffer" coldfusion