Hi, I have a quick question. Does data in the application and server scopes get stored in the "tenured" generation memory, or the "permanent" generation memory?
There seems to be conflicting statements all over the net about this, and I was wondering if anyone could clarify it. Adobe's website says this: Tenured generation--This pool holds objects that live for a longer duration. In ColdFusion this space holds objects like Client and Session scope variables. Permanent generation This pool holds persistent objects. In ColdFusion this space holds permanent objects like Application and Server scope variables. (from http://www.adobe.com/devnet/coldfusion/articles/coldfusion_performance_02.html) That statement goes against many which say the "permanent" generation only stores class information or 'reflective' information Thanks Barry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---