We have a number of programs that loop through data just like this. I haven't hit one yet that didn't continue merrily on its way until the loop was finished. I'm pretty sure that it will continue running.
Scott Taylor >I have a program that sends out bulk mail using CFMail. Problem is it sends >the whole batch out at once. That sets off email blockers all over, so I >have to trickle the mail out. > >My concept is to write a program that runs for up to 15 hours <cfsetting >requesttimeout="54000">. It loops until it's sent all the mail. Inside the >loop it has a cfif statement that processes X mails each time the minute >changes (X mails per minute) until it's out of mail to send. > >Question is, if I invoke this program from a CFPage to start the process, >will the process continue when the user exists the page? (i.e., continue to >run in the background). > >Does this concept, loop and process a bit each minute until done, sound like >a reasonable thing to do? > >Thanks, >Robert > > >Robert B. Harrison >Director of Interactive services >Austin & Williams >125 Kennedy Drive, Suite 100 Hauppauge NY 11788 >T : 631.231.6600 Ext. 119 >F : 631.434.7022 >www.austin-williams.com > >Great advertising can't be either/or... It must be &. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:312944 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

