

The most awaited workshop is here!!! We are organizing a workshop for ColdFusion Performance Monitoring Toolset at the CF Summit this year. This workshop will navigate you through the finer details of Performance Monitoring toolset and get you up to speed in monitoring the performance of your ColdFusion servers like a pro. We will show how this solution provides insight into potential performance bottlenecks, and availability issues with the application and server, which you might not otherwise be aware of—until […]
Is there anywhere to download the developer load of Coldfusion 10 for Mountain Lion? (MAC OSX 10.8).
I share here some very compelling quotes from Adobe’s Director of Engineering for CF, Ashish Garg, on important planned improvements regarding deployment of CF to the cloud and containers. Evolving what exists already today, they plan to solve several key challenges, from licensing, to modularity, to configuration, and more.
Find a quick overview of the key changes in each update in this one release notes page, one for CF2018 and one for CF2016. And if you maybe haven’t been keeping up on CF updates, find out still more about them in this post.
I am setting up a new server Windows 2019, CF18 (standard) MySQL8(community) I am finding the queries to be extremely slow, 10x slower than CF16 with MySQL5 I have updated the MySQL8 driver I have used CF datasource type MySQL5 and “Other”. Both work at the same slow performance. With the java driver updated, is CF18 still using the MySQL5 driver? Is there a native CF18 driver for MySQL8 available? I hate the thought of having to maintain MySQL5 when […]
Hi, I recently got caught out trying to add advanced scheduling (Which I didn’t know was an enterprise feature) to scheduled tasks on a standard installation of ColdFusion. I had not encountered any issues during the development stage as the developer edition provides all the features of Enterprise. Is there a way to disable enterprise features in developer edition to better replicate the functionality of a standard licence instead? For reference, this is for CF 11. Thanks!
I have been developing ASP.Net pages with Visual Syudio for years. I am trying to learn Cold Fusion. I tried to take a class with Learning Tree on Cold Fusion in Jan 2019 but it was cancelled. So I rescheduled in April and it was cancelled as well. I found a online class called Learn Cold Fusion in a Week and struggled through it having to adapt Cold Fusion 10 to Cold Fusiln 2018 and MySql to Sql Server. I […]
Order of equation evaluation follows BIDMAS aka PEMDAS
I’ve not seen this posted before, apologies if it’s already been discussed! Our team have identified a bug when using QueryExecute and named query parameters. This doesn’t appear to affect all installations of ColdFusion, as it doesn’t affect my machine, but doesn’t work on our QA installation. When using named parameters, ColdFusion can map to the shorting named parameter, ie, if you have both “col1” and “col10” as named parameters, when “col10” gets replaced, it will match “col1” instead. An […]