Well, most of you would know that the onApplicationStart() method in ColdFusion's Application.cfc is a single-threaded method that's being executed by ColdFusion after the start of the application. The reason for an application having the necessity to start could for instance be that CF or the underlying machine has been restarted or that the application had run into its timeout. Recently while…
