Brian, I would first go to the ColdFusion logs, primarily Application and
Server.  See if you have any unresponsive/thread messages. The fact that you
are "developing" could indicate that some of your newer code is causing some
issues.  The reason I suspect possible threading issues is that restarts
clears things up.  If you do have these sorts of messages in the error logs
chase down the issues with CF's excellent template-line-position info.
Also, if you are using either application or session (also server) scoped
variables, you need to CFLOCK writes and reads.

Hope this helps.

Mike Brunt, CTO Webapper
http://www.webapper.com
Tel: 562.243.6255
Instant Messaging
AIM: webappermb
Webapper, Downey CA Office

"Webapper - Making the NET Work"


-----Original Message-----
From: Brian Scandale [mailto:[EMAIL PROTECTED]]
Sent: Saturday, May 25, 2002 3:03 PM
To: CF-Talk
Subject: Server Restarts


Over the last several days I notice that the Server is taking longer and
longer to post the pages I am developing.

After a ReStart everything is snappy again!!

For example... Multiple <Crtl-R>ReLoad's of the page shows 4000 +/- 200
milliseconds. After ReStart it now is showing 1500 +/- 200 milliseconds.

I am looking for advice on how to chase down this problem.

Thanks to the Gurus,

Brian


______________________________________________________________________
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

Reply via email to