Re: How to "wait" in CF?
Was not sure if he was using CF8 or not as can use cfthread action="sleep" as well Thanks! Robert Bailey 210.748.2363 Raymond Camden wrote: > sleep() > > > > > On Tue, Jan 6, 2009 at 7:16 PM, Robert Bailey wrote: > >> objSleep = createObject("java", "java.lang.Thread"); >> objSleep.sleep(1000); >> >> >> Thanks! >> Robert Bailey >> 210.748.2363 >> >> >> >> > > ~| 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:317491 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: How to "wait" in CF?
sleep() On Tue, Jan 6, 2009 at 7:16 PM, Robert Bailey wrote: > objSleep = createObject("java", "java.lang.Thread"); > objSleep.sleep(1000); > > > Thanks! > Robert Bailey > 210.748.2363 > > > ~| 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:317488 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: How to "wait" in CF?
objSleep = createObject("java", "java.lang.Thread"); objSleep.sleep(1000); Thanks! Robert Bailey 210.748.2363 ~| 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:317486 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: How to "wait" in CF?
CFTHREAD's sleep action. On Tue, Jan 6, 2009 at 5:10 PM, Pete Ruckelshaus wrote: > I'm using cfhttp to retrieve a large number of image files off of a > supplier's catalog. The problem is that I don't want to hammer the > supplier's site (they know we're doing this), so I'd like to introduct > a small period of "wait" time in each iteration of the loop. Is there > a straightforward way to do this? > > Thanks > > Pete > > ~| 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:317485 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: How to "wait" in CF?
Mark On Wed, Jan 7, 2009 at 12:10 PM, Pete Ruckelshaus wrote: > I'm using cfhttp to retrieve a large number of image files off of a > supplier's catalog. The problem is that I don't want to hammer the > supplier's site (they know we're doing this), so I'd like to introduct > a small period of "wait" time in each iteration of the loop. Is there > a straightforward way to do this? > > Thanks > > Pete > > ~| 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:317484 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
How to "wait" in CF?
I'm using cfhttp to retrieve a large number of image files off of a supplier's catalog. The problem is that I don't want to hammer the supplier's site (they know we're doing this), so I'd like to introduct a small period of "wait" time in each iteration of the loop. Is there a straightforward way to do this? Thanks Pete ~| 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:317483 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4