I'm executing a compute-intensive page that has 500 iterations which generates an "exceeded allowable time limit" error after 30 seconds or so. The page needs to run 500 seconds to finish. I tried executing one iteration and then having the page call itself using <cflocation> but that errors out after 10 iterations, I assume to block infinite loops.
So, how do I execute 500 iterations of a routine taking about one second each? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320565 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

