[ http://jira.nhibernate.org/browse/NH-590?page=3Dall ]
Sergey Koshcheyev updated NH-590:
---------------------------------
Fix Version: LATER
> Fast creation of the SessionFactory using a "cache"
> ---------------------------------------------------
>
> Key: NH-590
> URL: http://jira.nhibernate.org/browse/NH-590
> Project: NHibernate
> Type: New Feature
> Components: Core
> Versions: 1.0.2
> Reporter: Pierre Henri Kuat=C3=A9
> Fix For: LATER
>
> One of the slowest operation of NHibernate is the creation of the Session=
Factory. And, in production, the result of this process is always the "same=
" SessionFactory.
> It would be interesting to create an add-in (it should be non-intrusive) =
which provides an easy way of "caching" the SessionFactory and reusing it w=
hen the application restarts. The most obvious solution would be to seriali=
ze/deserialize the SessionFactory but we should also provide a way to inval=
idate the cached SessionFactory (when a dependent assembly is recompiled or=
when a config file changes)...
> This feature will mainly be useful to Windows Applications (as their load=
ing time should be as low as possible) but also to developpers which work o=
n a feature of a NHibernate application which isn't related to NHibernate (=
like when you design a new Form and want to test it :) ).
--=20
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.nhibernate.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|