Question
Slowing Down a CFHTTP request
i have a chunk of code that loops over a CFHTTP request to
download files off a server. I do not get all the files I am
supposed to, and I'm guessing it's because the loop runs too fast.
if i run the code one at a time, i get what i expect. is there
anyway to slow down the loop or to fix my problem?
<CFLOOP...>
<CFHTTP....
</CFLOOP>
<CFLOOP...>
<CFHTTP....
</CFLOOP>