cfconcurrent icon indicating copy to clipboard operation
cfconcurrent copied to clipboard

A boilerplate-reduction library for using the Java Concurrency Framework in ColdFusion applications

Results 5 cfconcurrent issues
Sort by recently updated
recently updated
newest added

Hi Marc, I am trying to run cfconcurrent on Lucee (Version 4.5.1.008, Express on Jetty) and am having some issues. I am using Java 1.8.0_25 (Oracle Corporation) 64bit on OS...

Had a problem using the setters due to the scope settings in our application. Using the variables scope helped avoiding that.

The ACF/Railo/Lucee internal Application.cfc function is called onApplicationEnd instead of onApplicationStop. I suggest to use it. This way there are also no errors if calling the method manually after applicationStop()...

Hi Marc! I was wondering if cfconcurrent runs on Railo 4 in addition to CF 10+? Thanks!

Curt Gratz sent me this I think I may have found an issue, but not sure how to correct it. Attached is a jMeter script that runs the submit.cfm for...

bug