FusionReactor Observability & APM

Troubleshoot

Blog / Info

Customers

About Us

Installation

Configure

Troubleshoot

Blog / Info

Customers

About Us

Author Posts: team@coreconcepts.design

Using Production Debugger to set a conditional break point in a ColdFusion loop

This example will show how to set a conditional break point in a ColdFusion loop using the FusionReactor Production Debugger. Code Example – pdloop.cfm pdloop.cfm 1 2 3 4 <cfset aArray = [“January”,”February”,”March”,”April”,”May”,”June”,”July”,”August”,”September”,”October”,”November”,”December”]> <cfloop from=”1″ to=”#arrayLen(aArray)#” index=”i”>   <cfoutput>#i#: #aArray[i]#<br></cfoutput> </cfloop>

Read More »

Java byte buffer

Java byte buffer – 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 »

Win a FREE Ticket for Velocity Conference Amsterdam , 2016

We are sponsoring Velocity Conference,  Amsterdam. You can visit us at booth #416, we will be showing off the latest version of FusionReactor and FusionReactor CLOUD. To celebrate this we are giving away a free ticket for Velocity Conference, Amsterdam. The Prize is for

Read More »