Loathe wrote:
> If I wanted to say have a template pause for 10 seconds, how would you do
> that, I mean, I can think of a couple of looping ways that would accomplish
> about the same thing, but I remember seeing a Java class that does this
> properly.
> 
> Ideas?
> 
> --
> Timothy Heald
> Analyst, Architect, Developer
> [EMAIL PROTECTED]
> W: 202-228-8372
> C: 703-300-3911

Thanks to Charlie Arehart for this code:

<cfobject type="JAVA" name="obj" class="java.lang.Thread" action="CREATE">
<cfset obj.sleep(10000)>

to pause processing for 10 seconds.

Hope this helps!

-- 
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Blue Dragon Alliance Member
[EMAIL PROTECTED]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237842
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to