On Mar 9, 2004, at 11:50 AM, Adam Reynolds wrote:

> Your issue is the number of chunks you are trying to do it in. Try
> doing it
>  in 2 parts.

I thought about doing that, but it seems inherently non-scalable. Like,
if I break it into two parts, what happens when the database returns
24,000 records instead of 14,000. I know I could do it in 5,000 record
chunks I guess, but I thought there might be something obvious that was
more elegant.

>  cffile is probably ok but your cfsavecontent may be what is causing
> you
>  issues as it may not be clearing down the content. You are still
> creating
>  14000 pages inside memory space even though you are not displaying
> them.
>  Have you considered that cfsavecontent may not be the right thing
> here?

That's a good thought. I guess I could try passing the whole HTML
string directly into cffile in the output attribute, but that's gonna
be hard to read. Is there a way to "clear" the variable after each
iteration of the loop that would release the RAM?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to