Vijay
Member since Aug 28, 2018
- Profile: /members/13801-vijay.htm
- Comments: 27
Recent Blog Comments By Vijay
-
EXPERIMENT: Creating A Promise-Inspired Future Constructor In ColdFusion 2018
Posted on Oct 8, 2018 at 10:59 AM
@Ben, The update containing the mentioned changes in Async Framework is not yet published. I will keep you posted on the schedule. Thanks. Vijay... read more »
-
EXPERIMENT: Creating A Promise-Inspired Future Constructor In ColdFusion 2018
Posted on Oct 3, 2018 at 1:42 PM
Hi Ben, Greetings and Good News!! We have done some recent changes to ColdFusion 2018 Async Framework - the first level then(), error() and their corresponding timed versions are unblocking now. Your use case for showing error details as cause to the terminal exception and proxy usage have... read more »
-
Mysterious Error Handling Behavior With Proxied Futures In ColdFusion 2018
Posted on Oct 3, 2018 at 1:40 PM
Hi Ben, Greetings and Good News!! We have done some recent changes to ColdFusion 2018 Async Framework - the first level then(), error() and their corresponding timed versions are unblocking now. Your use case for showing error details as cause to the terminal exception and proxy usage have... read more »
-
Saving A Future In An Intermediary Variable Breaks Error Handling In ColdFusion 2018
Posted on Oct 3, 2018 at 1:39 PM
Hi Ben, Greetings and Good News!! We have done some recent changes to ColdFusion 2018 Async Framework - the first level then(), error() and their corresponding timed versions are unblocking now. Your use case for showing error details as cause to the terminal exception and proxy usage have... read more »
-
Passing A Timeout To .get() Will Not Override An Existing Future Timeout In ColdFusion 2018
Posted on Oct 3, 2018 at 1:36 PM
Hi Ben, Greetings and Good News!! We have done some recent changes to ColdFusion 2018 Async Framework - the first level then(), error() and their corresponding timed versions are unblocking now. It should be available as a part of ColdFusion 2018 update. I will keep you posted on the upd... read more »
-
Testing For Future Data-Types With isFuture() And isEmptyFuture() In ColdFusion 2018
Posted on Oct 3, 2018 at 1:35 PM
Hi Ben, Greetings and Good News!! We have done some recent changes to ColdFusion 2018 Async Framework - the first level then(), error() and their corresponding timed versions are unblocking now. It should be available as a part of ColdFusion 2018 update. I will keep you posted on the upd... read more »
-
Saving A Future In An Intermediary Variable Breaks Error Handling In ColdFusion 2018
Posted on Aug 31, 2018 at 12:40 PM
@Ben, Yup, that issue will be fixed as well.... read more »
-
Timeouts Only Apply To Last Future Thread, Not The Preceding Future Chain In ColdFusion 2018
Posted on Aug 31, 2018 at 11:51 AM
Aaron, I am talking about the api- RunAsync(myFunction, timeout) positional invocation doesn't have any default timeout, but named param has it. This is still an internal default, we have removed that from documentation now. Named param logic requires optional param default values that's... read more »
-
Providing A Timeout To A Future Method Changes It To A Synchronous Blocking Call In ColdFusion 2018
Posted on Aug 31, 2018 at 11:48 AM
Sure Aaron, Thanks.... read more »
-
Saving A Future In An Intermediary Variable Breaks Error Handling In ColdFusion 2018
Posted on Aug 31, 2018 at 11:36 AM
Hi Ben, We have identified this issue and the fix will be available in update.... read more »
-
Mysterious Error Handling Behavior With Proxied Futures In ColdFusion 2018
Posted on Aug 30, 2018 at 2:27 PM
Thanks Ben, sounds good. I will check this out.... read more »
-
Mysterious Error Handling Behavior With Proxied Futures In ColdFusion 2018
Posted on Aug 29, 2018 at 2:41 PM
Ben, I really appreciate the different usecases you are bringing up, this will really help us improvise the stuff further. Thanks a bunch.... read more »
-
Mysterious Error Handling Behavior With Proxied Futures In ColdFusion 2018
Posted on Aug 29, 2018 at 2:05 PM
Thanks Ben. I got your usecase. I will evaluate this and get back to you.... read more »
-
Mysterious Error Handling Behavior With Proxied Futures In ColdFusion 2018
Posted on Aug 29, 2018 at 12:19 PM
Thanks Ben for providing me the example. Yes, it's completely design choice as to how you want to model your apis and workflows. But for getThingById(id) kind of API, sync version will make more sense since you want result to be returned immediately or else it should fail with an error/excep... read more »
-
Mysterious Error Handling Behavior With Proxied Futures In ColdFusion 2018
Posted on Aug 29, 2018 at 11:11 AM
@Ben, Can you tell me the real world usecase wherein you would want to have a proxy access method for runasync and why you would not use runasync directly there.... read more »
-
Mysterious Error Handling Behavior With Proxied Futures In ColdFusion 2018
Posted on Aug 29, 2018 at 10:41 AM
Ben, This is a bug, it will surface when you have proxied method playing runasync() . We will fix this.... read more »
-
The Future Methods .then() And .error() Are Blocking In ColdFusion 2018
Posted on Aug 29, 2018 at 12:20 AM
Awesome Ben, It would be great to see you building amazing stuffs with our async capability :)... read more »
-
Errors Thrown In Future Threads Don't Report Complete Details In ColdFusion 2018
Posted on Aug 29, 2018 at 12:17 AM
Great, it should go as a part of 2018 update.... read more »
-
Timeouts Only Apply To Last Future Thread, Not The Preceding Future Chain In ColdFusion 2018
Posted on Aug 29, 2018 at 12:15 AM
Yep, sounds good :)... read more »
-
Providing A Timeout To A Future Method Changes It To A Synchronous Blocking Call In ColdFusion 2018
Posted on Aug 29, 2018 at 12:10 AM
Good to know that Ben. Please let us know if you have any further queries.... read more »