But before you can use CFLOOP the file had to be read into memory ... 
something had to be there for CFLOOP to take action *on* ...

Matthew Reinbold wrote:
>> Sounds like it may just be trying to load the entire 187 MB into memory 
>>     
>
> No. My initial approach was to attempt to load the entire file. Obviously, 
> that would consume a lot of memory and cause problems. Instead, I'm using the 
> <cfloop file=""> process to load one line of xml into memory at a time for 
> processing (thankfully each child element of the parent exists on its own 
> unique line). 
>
>
>   


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327535
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to