Re: Coldfusion 8 erratic behavior

2013-05-26 Thread Al Musella, DPM
Check coldfusion's server monitor - in the statistics page, look for cumulative server usage..I had a similiar problem and it turned out to be a denial of service attack against 1 page.. and it did not show up on google analytics. Look for a huge amount of traffic. At 01:20 PM 5/26/2013

Re: Coldfusion 8 erratic behavior

2013-05-26 Thread Dave Watts
> How can I determine what causes a coldfusion 8 page to be fast loading > sometimes and other times, extremely slow? The server > seems to have enough memory and the traffic is not high. The db query part of > the page is fast according to Fusion Reactor. I don't > see any leads in the Fusion R

Re: Coldfusion 8 erratic behavior

2013-05-26 Thread Russ Michaels
a db queries being fast or slow is irrelevant. What about closed connections, what about slow responses from the database server, what about network issues between web and database server. All of these can cause a page to run slow or even hang waiting for a reply from the server. If a user closes