Another of ColdFusion 8’s new tag features is the cfthread tag. Previously I showed you how to sleep a thread using Java and ColdFusion MX for version 6 and 7. Now the Adobe team have come up with a cfthread tag, that among other things allows you to sleep a thread:
This will set the current thread to sleep for 2000 milliseconds. So much easier than before eh?