Hi

It seems to me that Cold Fusion processes the whole template before
serving it to the webserver.

Since it's hard to explain what I mean I'll provide an example. If I do:

<CFSET var.i = 1>
<CFLOOP INDEX="test" FROM="1" TO "100>
Count is now: #var.i#<BR>
<CFSET var.i = var.i + 1>
</CFLOOP>

And then execute this I won't see the iteration in my web browser as
it is being generated but rather the whole page when it is done.
I would very much know if there is a way to have cf pass the template
to the webserver step by step until it's done instead.

Thanks,
Nicklas af Ekenstam
http://www.toga.com/

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to