With the release of FusionReactor 7.4.1 we added support to track async requests in ColdFusion 2018, these async functions will be tracked as a child transaction of the web request. This addition will allow you to track whether any asynchronous call … Read More
Blog Posts

Using FusionReactor’s Metric and Log Archive Viewer for post crash troubleshooting
A customer recently wrote into the FusionReactor Support Team regarding their ColdFusion server, which was crashing on average once per week. We have used FusionReactor and specifically the archive viewer, to take the customers archived log data and diagnose the root … Read More

FusionReactor 7.4.1 adds support for Async functionality in ColdFusion 2018
With the release of FusionReactor 7.4.1 we added support to track async requests in ColdFusion 2018, these async functions will be tracked as a child transaction of the web request. This addition will allow you to track whether any asynchronous call … Read More
FusionReactor 7.4.0 adds support for ColdFusion / Lucee tags (CFLDAP, CFFTP, CFMAIL, CFIMAP, CFPOP)
With the release of FusionReactor 7.4.0 we’ve added some new support for a number of ColdFusion tags (we already had support for CFHTTP and CFQUERY). This now means in both ColdFusion and Lucee the following tags will now be tracked … Read More

FusionReactor 7.4.0 adds support for ColdFusion / Lucee tags (CFLDAP, CFFTP, CFMAIL, CFIMAP, CFPOP)
With the release of FusionReactor 7.4.0 we’ve added some new support for a number of ColdFusion tags (we already had support for CFHTTP and CFQUERY). This now means in both ColdFusion and Lucee the following tags will now be tracked … Read More
What’s new in FusionReactor 7.3 – over a dozen useful new features and enhancements
FusionsReactor 7.3, the latest release in the ColdFusion and Java monitoring tool has tons of new features and improvements. This article will be an overview of some of the most valuable aspects which affect the bottom line and ultimately guide … Read More

What’s new in FusionReactor 7.3 – over a dozen useful new features and enhancements
FusionsReactor 7.3, the latest release in the ColdFusion and Java monitoring tool has tons of new features and improvements. This article will be an overview of some of the most valuable aspects which affect the bottom line and ultimately guide … Read More
Win a FREE Ticket for Velocity Conference San Jose, California 2018
This year we are back at Velocity Conference San Jose – You can visit us at booth #812 we will be showing off the latest FusionReactor developments and features to help developers fix problems faster! To celebrate this we … Read More

Win a FREE Ticket for Velocity Conference San Jose, California 2018
This year we are back at Velocity Conference San Jose – You can visit us at booth #812 we will be showing off the latest FusionReactor developments and features to help developers fix problems faster! To celebrate this we … Read More
Can’t reproduce the production problem? Just debug it in production!
Why debugging in production is so tempting? In one of my first jobs, one of the tasks I had was to fix a bug which used to occur from time to time in a very complex production system. That is … Read More
Can’t reproduce the production problem? Just debug it in production!
Why debugging in production is so tempting? In one of my first jobs, one of the tasks I had was to fix a bug which used to occur from time to time in a very complex production system. That is … Read More
FusionReactor 7.x Release Notes
FusionReactor 7.x Release Notes … Read More
FusionReactor 7.x Release Notes
FusionReactor 7.x Release Notes … Read More

Understanding Java Buffer Pool Memory Space
[vc_row][vc_column][vc_column_text] Understanding Java Buffer Pool Memory Space What is the buffer pool memory space? Java applications use memory to store data temporarily as it is being processed. One of the memory spaces used by Java applications is the buffer pool … Read More

The Importance of Java Application Profiling – Comparing Different Techniques
If you ever had some serious issues with the performance of your Java application, most probably you know how valuable thread profiling can be. But do you know which profiler you should use? There are two basic techniques used by … Read More
FusionReactor Wins FeeFo Gold Trusted Merchant 2018 Award
We are thrilled to announce that for the second year in a row FusionReactor has been accredited with the “FeeFo Gold Trusted Merchant” 2018 award! Feefo is an independent feedback service that are dedicated to collecting trusted reviews. The Gold … Read More

FusionReactor Wins FeeFo Gold Trusted Merchant 2018 Award
We are thrilled to announce that for the second year in a row FusionReactor has been accredited with the “FeeFo Gold Trusted Merchant” 2018 award! Feefo is an independent feedback service that are dedicated to collecting trusted reviews. The Gold … Read More
Screencast Intro to FusionReactor Cloud & Docker Swarm Demo – Brad Wood
In this video Brad Wood of Ortus Solutions introduces you to FusionReactor Cloud and Docker Swarm “We’ve made a new screencast that shows an introduction to FusionReactor Cloud, a new way to monitor any number of servers in a consolidated … Read More

FusionReactor Blog featured in the top 30 ColdFusion Blogs
The FusionReactor Blog was selected as one of the Top 30 ColdFusion Blogs by FeedSpot. The whole FusionReactor team are proud to be part of this list. Have a look at some of the other top ColdFusion blogs featured … Read More
VisualVM Buffer pool
VisualVM Buffer pool – what is the buffer pool? The buffer pool space is located outside of the garbage collector-managed memory. It’s a way to allocate native off-heap memory. What’s the benefit of using buffer pools? To answer this question, let’s … Read More
Monitoring Buffer Pools
Monitoring Buffer Pools – what is the buffer pool? The buffer pool space is located outside of the garbage collector-managed memory. It’s a way to allocate native off-heap memory. What’s the benefit of using buffer pools? To answer this question, … Read More

VisualVM Buffer pool
[vc_row][vc_column][vc_column_text] VisualVM Buffer pool – what is the buffer pool? The buffer pool space is located outside of the garbage collector-managed memory. It’s a way to allocate native off-heap memory. What’s the benefit of using buffer pools? To answer this question, … Read More
Monitoring Buffer Pools
Monitoring Buffer Pools – what is the buffer pool? The buffer pool space is located outside of the garbage collector-managed memory. It’s a way to allocate native off-heap memory. What’s the benefit of using buffer pools? To answer this question, … Read More
Win a Ticket for Adobe ColdFusion Summit – Las Vegas, 2017 with FusionReactor
The FusionTeam will once again be PLATINUM sponsors of this great event – make sure you join us and the Adobe ColdFusion Team in Las Vegas! We will be showing off the new major release of FusionReactor, which is FR … Read More

Win a Ticket for Adobe ColdFusion Summit – Las Vegas, 2017 with FusionReactor
The FusionTeam will once again be PLATINUM sponsors of this great event – make sure you join us and the Adobe ColdFusion Team in Las Vegas! We will be showing off the new major release of FusionReactor, which is FR … Read More
Memory Mapped Buffer
Understanding the Memory Mapped Buffer To understand the memory mapped buffer we first need to understand the Java buffer pool. The Java buffer pool space is located outside of the garbage collector-managed memory. It’s a way to allocate native off-heap memory. … Read More