> 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.
Think of "server level" things like this. That's what the server scope is for. We use it to cache several registry entries we've set such as server names (ID on our network, not speciffically the server name), environments (for example "dev,int,tst,prod"), and architecture (firewall positioning, etc). The kind of stuff that's applicable to anything that runs on the box. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

