Time-Boxing A CFThread And Then Terminating It If It Takes Too Long To Complete In ColdFusion

added by JavaScript Kicks
11/18/2018 1:00:26 AM

217 Views

Every now and then, I have some processing that I need to perform in ColdFusion; but, I want to time-box the processing such that I can terminate it if it runs for too long. As of late, I've been using the CFThread tag to carry out this scenario.


0 comments