Let me take that back, I forgot I am in developer mode :-)
-----Original Message----- From: CyberAngel [mailto:[EMAIL PROTECTED] Sent: Tuesday, 15 April 2008 7:46 AM To: '[email protected]' Subject: RE: [cfaussie] Re: frustrated CF newbie Charlie. I was under the impression that the monitor was also in the standard edition? -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of charlie arehart Sent: Tuesday, 15 April 2008 7:22 AM To: [email protected] Subject: [cfaussie] Re: frustrated CF newbie Lucien, what version of CF are you running? Assuming it's CF7 or above, take a look at the Client Variables page in the CF Admin. There's a setting at the bottom for purge interval. The default is 1 hour 7 minutes, and if your problem of problems "every now and again" matched that interval, I'd propose that you had a problem with the client variable repository (or repositories). But you say it's " a little less than every 2 minutes". It's worth confirming that someone didn't change the purge interval to that value. Beyond that, I'd say (like Geoff) that you check out a tool like FusionReactor or SeeFusion (or the Cf8 monitor if you're running on CF8 Enterprise). Those let you view the running requests in CF, and let you generate a stack trace to see exactly what line of code you're running in a page that seems stuck. /charlie -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of nedlud Sent: Monday, April 14, 2008 3:11 AM To: cfaussie Subject: [cfaussie] frustrated CF newbie Hi Everyone, I'm quite new to Coldfusion, having only used it for the 6 months I've been in my current job, so there are many things that I just don't understand yet. My current problem is performance. I have a Fusebox 3 app running on Coldfusion. There are quite a few db queries that use joins of 2 or 3 tables, but nothing that should confound the server too much. In fact the sys admin has checked his logs and tells me the querries aren't running slowly. Most of the time, the app runs smoothley. But every now and again, it just hangs for an extended period (30+ seconds). I only noticed this behaviour once I'd deployed the app to our production server. But then I started looking at the dev server and the same problem could be seen there, only on a smaller scale. When I run the Coldfusion Admins debugging tools (execution times) on the dev machine, I get occasional execution times of 400 to 1000 (or more) ms on the dev machine. For comparison, the app normaly runs in less than 100ms. The timeouts are 10 times (or more) longer on production. I assume this is due to the load on the production machine. I'm perfectly willing to accept that my own inexperience with CF has lead me to write some bad code. But I'm having trouble reliably reproducing the effect on the server. I can click through the same sequence of steps repeatedly, and have it run smoothy 9 times out of 10, then bang! Hangtime! The only common factor I can find is that it seems to happen about every 100 - 110 seconds (a little less than every 2 minutes). The session variables are set to time out in 20 minutes, so I don't think they are causing the problem. I need to go over my code with a fine tooth comb, but there's a part of me that suspects the server. Could this be some kind of caching issue? And how best can I debug this? Any advice greatly welcome, Lucien. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
