Harry Klein
Member since Jul 29, 2017
- Profile: /members/13595-harry-klein.htm
- URL: https://www.contens.de
- Comments: 4
Recent Blog Comments By Harry Klein
-
Running Memory Leak Detection After Every ColdFusion Request
Posted on Oct 21, 2024 at 1:04 PM
@Charles Robertson, no, this only works for Lucee. There you have to create a custom debug template and save it into the folder "lucee-server/context/context/admin/debug/mydebugtemplate.cfc". local.implicitAccess comes from Lucee if you enable "Implicit variable Access"... read more »
-
Running Memory Leak Detection After Every ColdFusion Request
Posted on Oct 21, 2024 at 9:43 AM
Thank you. This template produces no output so nothing can happen - we also have a lot of JSON responses. I check the log files regularly and if it logs some implicit scoped vars I fix that.... read more »
-
Running Memory Leak Detection After Every ColdFusion Request
Posted on Oct 20, 2024 at 7:41 PM
Hi Ben, in order to check unscoped variables in Lucee I just a custom debugging template with this code: /opt/lucee/tomcat/lucee-server/context/context/admin/debug/Contens.cfc <cfloop query="local.implicitAccess"> <cfif right(local.implicitAccess.template, 3) EQ &qu... read more »
-
Creating A Generic Proxy For Retry Semantics In ColdFusion
Posted on Jul 29, 2017 at 4:42 AM
Very interesting POC Ben, will absolutely play with this code next week!... read more »