Community

Using The Timeout Attribute With CFHttp In ColdFusion To Limit Blocking

(Ben Nadel) By default, when you make a CFHttp request in ColdFusion, the tag will block the current page request until the CFHttp tag returns a response. Most of the time, this is what you want. But, if you’re dealing with a non-critical request (such as a 3rd-party “event” API), it can often make

Read More - Register for Free Membership