You can try turning on logging for pages that take longer then XX seconds and then monitoring your log files. Make sure your DB is not being bogged down or that would slow down CF execution. Or that you are getting more concurrent hits then you have allowed in CF studio. Should be set to have 5 or 6 per processor for the # of concurrent hits.
I noticed sometimes the TIMEOUT was ignored but I remember reading why that happened because in some stages CF does NOT use that to kill a page if it runs too long like on db queries and some other processing. Jesse might be able to better say what exactly. Hope helps a little bit Bill Wheatley Senior Database Developer Macromedia Certified Advanced Coldfusion Developer EDIETS.COM 954.360.9022 X159 ICQ 417645 ----- Original Message ----- From: "SoW" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, July 11, 2002 2:56 PM Subject: CF5 debugging question > Hi folks, > > CF5 runs fine for hours and then all of a sudden I get a single thread or two that just run forever (as reported by cfstat). The 45 second timeout I have is simply ignored by these threads. > > Does anyone have any idea on how I can determine what templates are getting in this state? They run forever, slowing down the server until I restart it. > > Thanks! > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com 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

