I guess more of a question is how can i find out if is it in fact my cfimage
code that is causing the issue?  Like monitor the memory usage of a
template? I haven't gone into the monitoring stuff much so maybe someone
else who has can point me somewhere good

 

steve

 

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Zac Spitzer
Sent: Friday, 8 February 2008 2:20 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: CFIMAGE memory leakage

 

if you cut the code out of the cfc into a plain old .cfm file does it
exhibit the same behavior? 

On Feb 8, 2008 1:57 PM, Andrew Scott <[EMAIL PROTECTED]> wrote:


Steve....

I am not 100% sure, as I haven't really used this new tag as yet. But
I am under the idea that cfimage holds the data in memory so that you
can manipuate and do things to it. Which would mean you need to do
your own GC on the it.




On 2/8/08, Steve Onnis <[EMAIL PROTECTED]> wrote:
>
>
>
> Has anyone come across and memory leakage issues with CF8 and CFIMAGE ?  I
> have a process where I am compressing, resizing and creating thumbnails of
> images and the memory of the java.exe goes up and never comes back down.
>
>
>
> Can I do something to release this memory?  No im not storing anything in
> the session scope for the image data.  I am however storing the CFC in the
> application scope but I am not actually reading and storing the image data
> in the cfc, I am passing in file paths so I can't imagine that it's an
issue
> with the cfc.
>
>
>
> Steve
> >
>


--




Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273

 




-- 
Zac Spitzer -
http://zacster.blogspot.com (My Blog)
+61 405 847 168


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to