>>The issue is the processor goes crazy on a 1.4 mb file. There are no 
line breaks. Just a 1.4 mb string of text that is delimenated.

1.4 mb is not that long for processors we have nowadays.
Is your server so small?

The problem might be reading the file as a list and using listGetAt(), 
which implies
reparsing the whole file for every record, especially near the end.

I wonder if using CF_REextract to get a query from the file wouldn't 
easy the process.
At least the tag would parse the file only once.

Try here: 
http://www.contentbox.com/claude/customtags/REextract/testREextract.cfm

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229174
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to