Community

What If ColdFusion’s CFThread Tag Had An Interval Attribute?

(Ben Nadel) In Javascript, there are two functions – setTimeout() and setInterval() – that allow you to perform actions in an asynchronous fashion. While setTimeout() executes only once, setInterval() will execute a given function repeatedly at the given interval.

Read More - Register for Free Membership