From: Nicklas af Ekenstam <[EMAIL PROTECTED]>
> Hi
>
> It seems to me that Cold Fusion processes the whole template before
> serving it to the webserver.
>
Yes - that's how it works.
[snip]
> 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.
No. Server "sees" cfm in request - server passes template to cfserver - cfserver
processes template - cfserver passes html to server - server responds to user
request.
If you really, really want intermediate results to show on the client browser,
then
you could create a monstrous frameset and do a sort of linked-list procedure
that
chops the process into pieces that each display one result in one frame and then
passes the remainder of the process to the next frame. That would work, but I
am willing to almost guarantee you'll never use that model except as a possible
experiment.
Pan
------------------------------------------------------------------------------
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.