I am currently running a script that writes to a .csv file in batch. It writes 30 lines, then the page refreshes and writes 30 more. I go on in this fassion until the file is done (sometimes 60 lines, sometimes 1000). I have been experiencing some page timeouts with this script though. I notice this happening once the file gets a bit bigger. The page is timing out on the cffile append statement. Does anyone know if takes longer to write a line to a file with 400 lines than it does to a file with 0? Does anyone have any suggestions on a better way to do this?
I am currently hosting with Crystal Tech and they have a 30 second CF timeout.





Bookmarks