Hibernate version: 1.2 Alpha
Hi
In the main page of nhibernate exactly in the key features section,there were written:
Quote:
Support for "conversations" - NHibernate supports long-lived persistence contexts, detach/reattach of objects, and takes care of optimistic locking automatically
But i did not read any post in the forums that supports the long-lived sessions , so i thought that there may be a catch that i don't know.
So please tell me the main troubles that would happen if i let one session open for the entire application running time (Performance impacts,memory impacts,exceptions,etc..).
PS:I am using
Windows Forms 2.0 not Asp nor Web Services
I know that were mentioned before 1000 times but i am totally messed-up.