displaying top 100 results
Portal Topic Asynchronous Programming In ColdFusion (2018)
of an execution as Future, so easy […]
The post Asynchronous Programming In ColdFusion (2018) appeared first on ColdFusion. Blog,Uncategorized,cfml coldfusion asynchronous programming async
Tracker Issue Async does not work on Japanese ver.
4642263 CF-4203179 Language : Asynchronous Programming,Localization Async does not work on Japanese ver. Problem Description:
On ColdFusion2018 for Japanese version, an error occurs when executing async program mentioned on the following site.
https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion
Comment on Asynchronous Programming In ColdFusion (2018) by jBrodeur
Tracker Issue [ANeff] Bug for: RunAsync() throws invalid exception
4221743 CF-4202035 Language : Asynchronous Programming [ANeff] Bug for: RunAsync() throws invalid exception Issue: RunAsync() throws invalid exception
Repro:
writeDump(runAsync(function(){return 1}, 1000, [1,2,3]).get())
Actual Result: "coldfusion
4254393 CF-4202172 Language : Asynchronous Programming [ANeff] Bug for: RunAsync() timeout logs some empty messages Issue: coldfusion.runtime.asynch.TaskTimeoutException logs some empty messages
Repro:
runAsync(function(){sleep(2000)}, 1000).get()
application.log:
-----------
"Error