Richard
Member since Mar 24, 2009
- Profile: /members/3145-richard.htm
- URL: http://www.propertyowl.co.uk
- Comments: 4
Recent Blog Comments By Richard
-
Graceful ColdFusion Timeout Disaster Recovery (Thanks Barney Boisvert)
Posted on May 19, 2009 at 10:09 AM
Nice plan!... read more »
-
Graceful ColdFusion Timeout Disaster Recovery (Thanks Barney Boisvert)
Posted on May 14, 2009 at 6:51 PM
Could something be worked into the onError function for app.cfc? i.e. <cffunction name="onError"> <cfargument name="Exception" required="true" /> <cfargument type="String" name="EventName" required="true" /> <cfif arguments.Exception.rootCause eq "coldfusion.... read more »
-
Writing Enormous Files Based On Massive Record Sets In ColdFusion
Posted on Mar 26, 2009 at 7:20 AM
thanks ben - fyi - implemented the above method and it worked well for me the memory for jrun & sql was very stable. Only thing was it took "a lot" longer to run through. I'm going to test out adding in blocks of rows with cfsavecontent in one go, to see if this works quicker for me. Thanks again.... read more »
-
Writing Enormous Files Based On Massive Record Sets In ColdFusion
Posted on Mar 24, 2009 at 6:39 AM
Thanks Ben - had this issue myself this will be useful to have a go. On a side, we are also experiencing some real slow down when adding large numbers of images to a zip file. Do you think this would work on this too?... read more »