> Hi Kevin. I've read that whole site a couple of days ago. Good stuff. > But apart from making these "utilities" load in an application scope, I > was trying to find a better way accesing them object-wide I guess. I'm > worried aboout having to load all these utilities objects in a > application variable. Right now it loads the system settings object. > How much is too much objects when loading them into an application > scope? Sorry for the questions. I just started to revert my programming > thinking into an OOP stand point so I'm still sorting through all the > damn terminology and concepts.
You're unlikely to run into a problem loading shared objects into the Application scope. You're far more likely to run into memory ceilings when loading objects into the Session scope. 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 informat ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:328733 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

