Hi all, I have a question regarding the use of ActiveRecord and NHibernate. uNhAddIns includes a SerializedSessionFactoryConfigurationProvider class which as I understand it saves a considerable amount of time initializing NHibernate on application startup when the application assemblies have not changed. The class serializes the validated configuration to disk and reconstitutes it if unchanged. ActiveRecord takes a configuration source, and then the starter reflects on ActiveRecord types running a series of steps, Initialise internal components, create ActiveRecord model for each type, and then runs a bunch of visitors. As I understand it this process is quite an expensive overhead. So my question is can the equivalent be achieved using active record, i.e. basically supply the ActiveRecordStarter with a serialised results of a previous start where all types are already built, or is there an extension point where the same could be achieved. Thanks
-- You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en.
