Very true, I missed the "dump" part. As far as things in the application scope, 500k is not a lot. For the 25,000 variables, that does seem like a lot, but it probably depends on what that means. Are there CFCs in the application scope? Is the app using a framework like Fusebox? Is it using ColdSpring? All of those things will put data and CFC instances into the application scope, so if that is the case and it is a large app, I could easily see 500k of data in the application scope.
On Thu, Apr 24, 2008 at 8:35 AM, Cameron Childress <[EMAIL PROTECTED]> wrote: > He said "when I dumped the application scope". > > But you are right. CFMX 6.1 wouldn't even execute a file longer than ~10k > lines. I haven't come across code that heinous since then. > > -Cameron > > On Thu, Apr 24, 2008 at 8:18 AM, Brian Kotek <[EMAIL PROTECTED]> wrote: > > > However, if he means that the file itself is actually 25,000 lines of > > code, > > and that when he saved it the file size was 500k, then yes, I'd say that > > is > > almost definitely a very bad design choice. > > > > > > -- > Cameron Childress > Sumo Consulting Inc > http://www.sumoc.com > --- > cell: 678.637.5072 > aim: cameroncf > email: [EMAIL PROTECTED] > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304155 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

