One more difference between Server and Application vars - server variables do not expire.
======================================================================= Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Member of Team Macromedia Email : [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Matthew Fusfield [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 8:08 AM > To: CF-Talk > Subject: RE: CFLOCK & Error handling > > > Scott: > The server scope is similar to the application scope, except > server scope variables are available to every > application/template on the machine. > > We sometimes use server scope variables for keeping > application metrics here. Each time any of our applications > detect the start or end of a session, we might increment or > decrement a server variable that holds the count of the total > number of sessions on the server...gives us a quick view of > how busy a server is. > > Like application and session variables, server variables must > be CFLOCKed. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

