Fix memory leaks in ColdFusion applications by ensuring every cffunction tag has output=”false” with this RegExp
Fix memory leaks in ColdFusion applications by ensuring every cffunction tag has output=”false” with this RegExp
I’m setting up a new server as recent posts and tweets have suggested. Just about everything was working with one exception: horribly slow startup times of 2-4 minutes on a dual quad-core Xeon machine with 16GB of RAM. Tailing the cfusion-event.log during startup, ColdFusion would hang either when starting the SQL manager pool [...]
ColdFusion server persisting sessions across restarts? Here’s how to (really) disable it.