you could use the Sleep() method of java.lang.thread or do something 
like this:

<cfset iTicker = getTickCount()>
<cfset iTime = 0>
<cfloop condition="iTime lt 1000">
    <cfset iTime = getTickCount() - iTicker>
</cfloop>

Greetings / GrĂ¼sse
Gert Franz
Customer Care
Railo Technologies GmbH
[EMAIL PROTECTED]
www.railo.ch

Join our Mailing List / Treten Sie unserer Mailingliste bei:
deutsch: http://de.groups.yahoo.com/group/railo/
english: http://groups.yahoo.com/group/railo_talk/



Stephens, Larry V schrieb:
> I need to send ~1800 unique messages (i.e., I can't use a listserv). I
> can't send them all at once (so my host site tells me) because it would
> clog their mail system.
>
> To avoid sitting here and clicking a link 1800 times I thought I would
> do it with code.
>
> <cfquery ...> <!--- get my data --->
>
> </cfquery>
>
> <cfoutput query="xxx"> 
>
>       <cfmail .....>
> Message content
>       </cfmail>
>
> ---- time delay to stop iteration of cfouput ----
>
> </cfoutput>
>
> Or something like that.
>
> I tried some code using DateDiff and that didn't work.
>
> I tried inserting a javascript timer function and that didn't work.
>
> Could be I just didn't do it right - but can anyone offer a suggestion
> (to solve the problem within the parameters of not switching host sites,
> etc.)?
>
> Thanks.
>
>  
> Larry V. Stephens
> Indiana University
> Office of Risk Management
> [EMAIL PROTECTED]
> 812-855-9758
>  
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:261585
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to