ColdBox and CFConcurrent

Hi folks,

I’m working on a new app which requires that I implement CFConcurrent - GitHub - marcesher/cfconcurrent: A boilerplate-reduction library for using the Java Concurrency Framework in ColdFusion applications

The Tasks that I need to create execute is based on code originally in a ColdBox app which leverages CB caches, ORMService, Plugins, etc. Rather than rewriting the tasks I’d like to be able to leverage my existing CB app code. Has anyone ever done this with CFConcurrent? If so, can you point me in the direction of how to leverage the CB framework from within CFConcurrent?

Many thanks!

Nolan

Can you describe the type of processing that will require Concurrent?

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Hi Brad,

Sorry for the delay on this. I was out of the office yesterday. This thread refers to the type of app i’m building - Google Groups

Essentially I’m going to build a queue which captures incoming data and then hands off the processing to CFConcurrent. The queue will probably be built in NodeJS and the processing will be done by CF. This type of setup will give me the ability to scale the workers in CF more effectively.

Thanks.

Nolan

So what do you think? Could cfconcurrent be build into a module that could be reused?

Thanks

So what do you think? Could cfconcurrent be build into a module that could be reused?

Thanks