Is this on a development server where you are constantly changing the code? I've had a similar experience with CF development environments where they slow down over time as you are editing the pages. I haven't seen that behavior in production, but I have in development. I suspect it has to do with CF's internal pcode cache becoming fragmented over time as it's changed, but knowing nothing about CF's internal pcode and memory management, I could be totally wrong.
I always keep a bat file on the development server's desktop for restarting the server. Makes it very easy to restart the server quickly when you need to. ---<CFRestart.bat>--- @ECHO ON net stop "Cold Fusion Application Server" net start "Cold Fusion Application Server" @ECHO OFF PAUSE ---</CFRestart.bat>--- Hope that helps! -Cameron ----------------- Cameron Childress Sumo Consulting Inc. --- cell: 678-637-5072 aim: cameroncf email: [EMAIL PROTECTED] > -----Original Message----- > From: Brian Scandale [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 25, 2002 6: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 > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

