On my never-ending shopping cart project, I initially initialized (haha) my productmanager.cfc to application scope in onApplicationStart. This is an administration cfc, and I'll have others such as ordermanager.cfc, etc.
I realized it might not be the right time/way to initialize these cfc's because when shoppers hit my app, it'll init them. They aren't even NEEDED by the shoppers, just by the admin users. What if 30 shoppers hit my site and I have all these instances on cf server? Would it be best to initialize them *only* after an admin user logs in? Then just initialize cart.cfc, shopper.cfc, checkout.cfc, etc in the onApplicationStart? Am I even thinking right?? Thanks much, Will ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223472 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

