Robert you hit a very important point. In my experience as an Allaire consultant I found many instances where unlocked cfx_ tags were causing major memory corruption issues. It is a good policy to always use cflock around cfx_ tags, just in case.
Mike Brunt Sempra Energy 213.244.5226 "An elephant is a mouse with an operating system." -----Original Message----- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 10:21 AM To: CF-Talk Subject: RE: cfx_image memory problems Have you tried using cflock around the tag? The tag may not be thread safe, so locking it would allow only one person to access it at a time. Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -----Original Message----- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 1:27 PM To: CF-Talk Subject: Re: cfqueryparam question Has any one had any memory leak problems with cfx_image tag? I haven't been able to pin our server issues on the tag yet with 100% certainty, but it seems as though making about 3-4 consecutive calls to the tag is causing the cfserver to become unresponsive (timeout). Anybody have any similar experiences? Brook ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

