Usually there's an applicationTimeout flag set.  I often set it to 2 days
(createTimeSpan(2,0,0,0)).  

If that is the case, onApplicationStart will run the first time your
application is accessed after that timeout.  You'd want to factor that into
it as well.

You could also write out a file with an incrementing number every time the
app runs or add something to a DB every time to get an idea as well.

Jake Churchill
CF Webtools
11204 Davenport, Ste. 100
Omaha, NE  68154
http://www.cfwebtools.com
402-408-3733 x103

-----Original Message-----
From: Byte Me [mailto:byteme...@verizon.net] 
Sent: Tuesday, September 08, 2009 2:49 PM
To: cf-talk
Subject: Coldfusion Server Reboot


On average, how often should a CF server be rebooted, assuming the server is
not being rebooted to fix a problem. I have an app that runs once, each time
function OnApplicationStart runs, and I'm trying to get an idea of how often
the app may run. Any info from any CF Admins would be appreciated.

thanks 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326106
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to