> OK...I have one part in my application where I'm doing a
> <cfloop within another <cfloop. Do I require the <cfflush
> just once before the last </cfloop?
>
> <cfloop...
>   <cfloop...
>   do crap...
>  </cfloop>
> <CFFLUSH>
> </cfloop>
>
> ??

It depends. Imagine the outer loop is looping 10 times, yet the inner
loop is looping 1 million times. You'd want the cfflush inside the inner
loop. I'd day just play and see.


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to