Gonzo Rock wrote: > What's the best way to manage a process that takes a couple of hours to > complete? It's reading a records set from a database(2 seconds to load the
not make it take 2 hours? can you push this onto the db to handle? if not then i'd look at cfthread to split the job up into bits & pieces and i'd also look at dipping down into core java & use StringBuffer to speed up writing out the files. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307693 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

