Community Member Profile
- Profile: /members/2387-Jon-Clausen.htm
- URL: http://cfblog.com/cfblog
- Comments: 2
- Points: 1
Recent Blog Comments By Jon Clausen
-
ColdFusion Optimizing Case Study: Writing Orders To A CSV File
Posted on May 7, 2007 at 11:00 AM
Sorry. I'm a dork. I was only on my first cup of coffee and didn't read the case for using the string buffer correctly. :-) Your solution is better. My bad. -J... read more »
-
ColdFusion Optimizing Case Study: Writing Orders To A CSV File
Posted on May 7, 2007 at 10:29 AM
One additional suggestion which will speed things up even more is to write the file progressively using <cffile action="append"...>. The benefit of this is that CF doesn't retain the entire generated output in memory and thus doesn't need to manipulate that entire string object when... read more »



