> This may be a problem for other CF developers as well, so I'm passing > along a few observations: > > We're currently using third-party applets (Kavachart from www.ve.com) to > create various web charts, using data retrieved via Cold Fusion. To > improve performance, we decided to set up a CFSCHEDULE job to store > standard query results in text files on the server, using CFFILE. So far, > so good. > > Unfortunately, from a .cfm web page, the applet never detects that the > data in the flat file has been updated. > Fortunately, by removing any CF code and renaming the page with a .htm > extension, the applet retrieves the updated data perfectly! > > It sure looks like CF is doing some caching of the data files. Any idea > why this is happening? > These applets are not "registered" with CF, since it appears they only > need to be registered if included in a CFFORM. Could it be that applet > registration has some undocumented functionality? > > Regards, > Kevin Carlson > ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/[email protected]/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

