marcesher / cfconcurrent

A boilerplate-reduction library for using the Java Concurrency Framework in ColdFusion applications
31 stars 9 forks source link

CFConcurrent on Railo #2

Open nolandubeau opened 10 years ago

nolandubeau commented 10 years ago

Hi Marc!

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

Thanks!

marcesher commented 10 years ago

Hey Nolan,

Not sure, actually. How about you try it and let us know :-)

On Sun, Oct 6, 2013 at 9:41 AM, Nolan Dubeau notifications@github.comwrote:

Hi Marc!

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

Thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/marcesher/cfconcurrent/issues/2 .

nolandubeau commented 10 years ago

I knew you were going to say that Marc! I'll give it a go and report back. :)

On Tue, Oct 8, 2013 at 3:57 PM, Marc Esher notifications@github.com wrote:

Hey Nolan,

Not sure, actually. How about you try it and let us know :-)

On Sun, Oct 6, 2013 at 9:41 AM, Nolan Dubeau notifications@github.comwrote:

Hi Marc!

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

Thanks!

— Reply to this email directly or view it on GitHub< https://github.com/marcesher/cfconcurrent/issues/2> .

— Reply to this email directly or view it on GitHubhttps://github.com/marcesher/cfconcurrent/issues/2#issuecomment-25922116 .

Nolan Dubeau VP, Product Engineering, Guardly Corp. Online: https://www.guardly.com LinkedIn: http://www.linkedin.com/in/nolandubeau 20 Maud Street, Suite 207, Toronto, ON M5V 2M5 CA (416) 434-8029 | US (650) 262-3599 | Skype: nolandubeau Please consider the environment before printing this email.

michael-zock commented 10 years ago

Nolan, did you ever find out whether there are any problems when this is used in a Railo environment?

sigmaprojects commented 10 years ago

I've been using it on Railo 4, I haven't seen any major issues (yet).

michael-zock commented 10 years ago

Thanks! I'll have to give it a try once there's time some time to spare. Should be interesting to see how this integrates into a ColdBox application that's using ORM and MongoDB.

marcesher commented 10 years ago

I'll be interested to hear how that goes, too. I had trouble working with ORM objects on Adobe CF inside of cfconcurrent tasks. Found some cheap workarounds, kinda, but nothing completely satisfying.

On Sat, Feb 15, 2014 at 3:19 PM, Michael Zock notifications@github.comwrote:

Thanks! I'll have to give it a try once there's time some time to spare. Should be interesting to see how this integrates into a ColdBox application that's using ORM and MongoDB.

Reply to this email directly or view it on GitHubhttps://github.com/marcesher/cfconcurrent/issues/2#issuecomment-35166624 .

sigmaprojects commented 10 years ago

Same experience as Marc, ORM in ACF was unreliable at best. Also the mentioned workarounds don't work in Railo. In the end everything I ended up doing inside of cfconcurrent was SQL based.