Vikrant Shitole
Member since Apr 29, 2011
- Profile: /members/8255-vikrant-shitole.htm
- Comments: 8
Recent Blog Comments By Vikrant Shitole
-
ColdFusion Components (CFC) vs. ColdFusion Closures Performance Exploration In Lucee CFML 5.3.4.80
Posted on Jul 7, 2020 at 10:45 PM
Wow. Good to know about the closure approach performance in CFML. I disagree with the one statement where you have mentioned that component approach is much cleaner. I felt that closure approach is more easy to read and easy to understand for developer once we starts to adapt. Modern java-... read more »
-
Rediscovering My Love Of ColdFusion And CFML In 2020
Posted on May 5, 2020 at 4:46 PM
@Ben In VS Code, you can select/configure language for extension which gives color coding.... read more »
-
Rediscovering My Love Of ColdFusion And CFML In 2020
Posted on Apr 17, 2020 at 5:10 PM
I really like to use cfscript all the way if it is possible, but tags are very useful in the view. Since Lucee is supporting the tags in the script, we have advantage of mixing them. I don't mind to use cfquery inside the cfscript. It is is east to read, but then it could be disaster if we... read more »
-
Rediscovering My Love Of ColdFusion And CFML In 2020
Posted on Apr 11, 2020 at 11:24 PM
@Ben Fantastic article! I helped my last company to move the code from ACF to Lucee. It was great experience. During the migration I have realized the few issues with CFML which are not related with the language. How to write a code is very important. Unfortunately people are not using S... read more »
-
Experimenting With Asynchronous Data Access Using Parallel Array Iteration In Lucee 5.3.2.77
Posted on Jul 30, 2019 at 2:36 PM
@Ben, You should try visual studio code. You will like it.... read more »
-
Shared-Array Iteration Can Cause Thread Deadlocks In Lucee ColdFusion 5.2
Posted on Jan 21, 2019 at 12:54 PM
@Ben, Thank you for your comment and sharing your experience. Last week we fully migrated to Lucee on production environment. Luckily so far we do not have any issues regarding Lucee server. There were some setting issues we had earlier but it was resolved. Also their latest PDF version ha... read more »
-
Shared-Array Iteration Can Cause Thread Deadlocks In Lucee ColdFusion 5.2
Posted on Dec 28, 2018 at 1:20 PM
I am in the process of migration of ColdFusion to Lucee. If you can write a blog on the your process of migration that would be helpful. I am happy with overall performance of the Lucee on our staging environment.... read more »
-
Creating A "Download Will Start Shortly" Page With ColdFusion
Posted on Apr 29, 2011 at 4:47 PM
@Ben Thanks for your code. I was trying to run this code, and browser ask me to download pdf file which is good, But it was not loading remaining HTML code or you can say I could not see "Thank you Message". Am I doing something wrong or missing something? Need your help. &l... read more »