Yeah, just think of windows 95. Single user app, memory issues all over the place. All those BSOD (blue screen of death) error messages were because of memory issues. Microsoft should have used cflock, j/k on that one, but it's how the program runs in memory is where your problem is, so if they are using this tag to resize an image and the program wasn't terminated right you could still have a copy open in memory so that when they next time it runs it conflicts with itself. Then you could also have this person give out thier image uploading duties to 2 other people. So you never can tell, won't hurt to put cflock around the tag and see if it fixes the problem . Yeah I am comparing apples and oranges, but they are both part of the fruit family.
Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -----Original Message----- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 2:11 PM To: CF-Talk Subject: RE: cfx_image memory problems Thanks Guys. I will try that, but right now, the app is a single user app, so could this really be the problem? Brook At 10:32 AM 25/03/02 -0800, you wrote: >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 > > > > > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

