> I have a CF template that updates a database of music file info from disk > directory info. I > can say more about the template, but the problem seems to be somewhat > unrelated. > > On my development machine, the template runs perfectly. It takes about 12 > minutes to > do all of the disk read, comparisons to existing data and insertion of new > records. The > start and finish are recorded in a log file along with notations of changes > made. > > When I transfer the info to the production machine, it "works" fine in that > the beginning > and ending times and changes are recorded in the log file and it takes about > the same 12 > minutes. The problem is that when running on the production machine, the > template never > completes (i.e. Browser reports "done"). Instead, it appears to continue > processing for > another 12-15 minutes and then two things happen. First the browser opens a > download > window and attempts to download the template that it is running. Second, it > starts > opening multiple tabs, rapidly. Left to its own devices, this ultimately > chokes the client > system. > > I have diligently compared the setup on both machines (dev and production) > and they are > identical: Windows XP (SP3), Firefox 3.0.5, CF 8 (8.0.1.195765), java > 1.6.0_11, Apache > 2.2. The settings in the CF administrator are identical because I packaged > up the settings > from the production machine and installed them on the dev machine to ensure > sameness. > > I've also tried commenting out sections of the code to see if that were the > cause, but since > the code completes and writes the final log entry in both cases I'm hard > pressed to see > why the code is the problem.
Unless this also happens with all your other CF files, the code has something to do with the problem. So, I suggest you provide the code, and URLs where we can see the code running, etc. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317183 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

