coldfusion memory leaks
since coldfusion has a few memory leaks this post is mostly for me to remember
cffunction output bugĀ
http://blog.maestropublishing.com/fixing-a-mysterious-memory-leak-on-coldfusion
regex
^((?!output).)*<cffunction((?!output).)*$
cfcomponent output memory bug
http://wiki.mxunit.org/display/default/How+cfcomponent+output%3Dtrue++can+affect+memory+consumption
regex
^((?!output).)*<cfcomponent((?!output).)*$
run varscoper at least once a month on projects
0 responses to “coldfusion memory leaks”