[cfaussie] Re: Seefusoin Vs Fusion Reactor

2010-02-21 Thread Andrew
Hi, I've just been looking at the post below by Chris Peterson and I'm very interested in this bit in particular: Before: cfset request.leaky = application.leaky After: cfset request.leaky = duplicate( application.leaky ) This simple

[cfaussie] Re: Seefusoin Vs Fusion Reactor

2010-02-18 Thread Dave
Steve, If you want to see what's in memory in terms of what objects, data, etc are on the Heap then you will need take a heap dump and analyse it. I use tools like VisualVM and MAT to do this. See: http://www.alagad.com/blog/post.cfm/troubleshooting-coldfusion-performance-analysis-part-ii for