I was reading this mail real quick as i have another 1259 mails to go in this list. If I'm still on the right track, the issue was about putting in a CF file and the result is still showing the previous file results right?
I figure that this might be the server cache issue. There is a check for file timestamp. If the one replaced is actually older than the file that was being deleted/moved, this file will not be recompiled to any class files. You can fiddle the file a bit and save the latest changes. This will then update the file timestamp and CFMX will compile the file. Otherwise, there was a technique in this list called 'touch' utility to update the file timestamp without any editing. -A -----Original Message----- From: Sean A Corfield [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 1:54 AM To: CF-Talk Subject: Re: CFMX: Caching files On Tuesday, Dec 17, 2002, at 08:55 US/Pacific, Tony Weeg wrote: > ran, however now that the cf server engine is java based, they > have > to be compiled regardless the first time, and therefore they are > compiled > thereafter for each request, until the file changes. Did you miss a "not" out of that? If you turn on trusted cache, CF won't even check the timestamp on the file for each request - that's a worthwhile saving on a high-traffic site! Sean A Corfield -- Director, Architecture Web Technology Group -- Macromedia, Inc. tel: (415) 252-2287 -- cell: (415) 717-8473 aim: seancorfield -- http://www.macromedia.com An Architect's View -- http://www.corfield.org/blog/ Introducing Macromedia Contribute. Web publishing for everyone. Learn more at http://www.macromedia.com/contribute ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

