It sounds like you need some error catching. Are you using any try/catch blocks or error templates? We use these methods extensively and when an error occurs or if we throw an error, we generate an email with every available variable (i.e. attributes scope, application scope, session scope, request scope, cgi variables, bodycontent, recordsets, etc.). We use the cfdump tag to 'dump' everything about the given request into the email and it gets sent to myself and another developer. This gives us the ability to know EXACTLY what transpired on the page so we can fix it immediately. It has been invaluable.
Of course, the idea is to not get any emails at all. But you never know where Mr. Murphey is going to pop up. Mark -----Original Message----- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 12:34 PM To: CF-Talk Subject: RE: Running Requests? Well, for one, I want to see what cf pages are being hit in real time, but mostly because if I have an errant template or something spiralling out of control, I want to find out which one it is. I was writing one page not too long ago, can't remember what I was doing, but as soon as it would run, cfas memory usage would skyrocket until the server hung... It was immediately apparent which script was causing the commotion... > > > > Is there any way to see what templates are currently > > > > being processed? > > > > > > I don't think this is exposed by any of the performance > > > monitor data. > > > > Any other way? > > There's no way of which I'm aware that would give you real-time access to > that information. It might be useful to explain why you're interested in > that. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > voice: (202) 797-5496 > fax: (202) 797-5444 > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.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

