Jeff, When scaffolding isn't being used and no ORM is configured, very little is loaded into memory pertaining to scaffolds.
All the work for scaffolding is triggered when scaffold tags are present. The work is all in file generation and formatting. Performance isn't negatively impacted either. Does that answer your question? DW Sent from my Verizon Wireless BlackBerry -----Original Message----- From: jeff <[email protected]> Date: Fri, 23 Apr 2010 08:38:54 To: model-glue<[email protected]> Subject: [Model-Glue] Question about ORM memory usage For model glue applications that aren't using scaffolding/ORM, how much of that code is loaded into memory? And the followup question: Would there be any advantage to removing that code (related to scaffolding/orm) for such applications, or is this integrally tied into the framework? -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
