put in application scope? -----Original Message----- From: Joseph Frank [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 11, 2007 13:06 To: CF-Talk Subject: setters/getters - scalability issues?
Apparently, each method in a CFC turns into its own compiled Java class in addition to the CFC itself. If I generate setter/getter methods for each of my class properties, wouldn't that be an issue in terms of scalability? For example, instantiating this CFC into Session scope, instead of what seems to be a single class per application user, now I have 30 class references per user. Any thoughts? Joe ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:275032 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

