> We have a group of CFC's which currently exist in the > application scope of each website (and there will be hundreds > of these sites) we publish from our CMS. Now, these CFC's are > common across all sites so I was thinking of moving these > common objects across to the server scope. While this makes > sense from a shared object perspective, I am not sure if > there will be any huge impact as far as memory / performance > is concerned and obviously want to be sure before any code > changes take place. > > In a nutshell it will a case of instantiating 10+ objects > multiplied by X number of sites or 10+ objects once - seems > fairly obvious the benefit when you write it our like that :-) > > We own the network so access/manipulation of these scopes is > not an issue.
That sounds like a great idea. You shouldn't have any problems with that, as long as no one else writing applications on your server clobbers your server variables. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! This email has been processed by SmoothZap - www.smoothwall.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276226 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

