Hello, all. I have a page that is hanging the CFAS. It is a rather simple file. It includes a template that does some playing with text, but nothing too fancy. The only "fancy stuff" (database interaction, session variable manipulation, cookie checking) that the page does is in the Application.cfm. Twice in the past day, this file has caused the CFAS to hang. In the server logs before the hang, we find this message repeatedly, where the listed file (not actually "myfilename", of course) is the template I'm blaming for this:
"Warning","21","08/27/02","06:15:37",,"Template: /mypath/myfilename.cfm, Ran: 66 seconds." There are also versions showing 20 and 21 as the second parameter listed. The file is large (250K), but I don't understand why that would cause such an error. Could it be that the database-interactions at the top of the page (through the included Application.cfm), start, hold up the database connection, and then stay holding it up while the rest of the page loads, causing a general system hang? Sorry if that's idiotic blather: I'm grasping at straws. Any help at all would be tremendously appreciated. Thanks, Matthieu ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm 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

