What? How is it not? You write static files vs using the application scope. Depending on the application and environment static files would be as fast if not faster than using the application scope. And you don't have to worry about corruption of the memory or making a mistake in your logic to store the data in the application.
-----Original Message----- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 5:20 PM To: CF-Talk Subject: Re: Reason to *not* store lots of data in Application scope? > If Damien is talking about storing the articles in the application scope I > would write them to disk and include them. And then just update them as > needed instead of storing them to memory. Not nearly as fast as putting it in application scope. -Adam ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196288 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

