"I would try and find a way to store references to my data instead of the data itself."
Surely that defeats the purpose, no? The data is either in a DB/text file/some remote place, the reference to it would be the least thing you'd change if you wanted to cache anything. What do you think? Ade -----Original Message----- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: 23 February 2005 22:02 To: CF-Talk Subject: RE: Reason to *not* store lots of data in Application scope? It will depend on the amount of memory you have on your machine. I don't think it is wise though to stuff data other than simple variables or CFC objects. I would try and find a way to store references to my data instead of the data itself. -----Original Message----- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 4:58 PM To: CF-Talk Subject: Reason to *not* store lots of data in Application scope? I'm working on a rewrite of the events/news schedule for our company's website and was thinking of storing all of the data in the Application scope to be reloaded every X minutes. My question is whether it would be bad from a scaling or resource usage point-of-view to do this? I would probably be storing a few megabytes of data, not a huge amount IMHO. Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:196203 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

