> I know there is a timeout attribute... but is there one > that will make > it run forever?
> I'd like to use a template with some CFX_SLEEP's in it, > and I don't want > it to stop executing due to timing out. What can I use? > I can restart the cf service if needed to stop the > execution later on. > Russ There's not really any way to make this happen as far as I know, unless the page is running as a scheduled task -- and even then I'm not certain you can make it genuinely indefinite. If possible, if this page runs a series of "queued" or sequenced events, you might consider creating a Flash MX movie that takes in data in the form of FlashVars and serializes the sequence of events in smaller page requests. I'm considering something similar for one of my interfaces. Isaac Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

