NHibernate version:
1.2 (on MSSQL2005 w/ ASP.NET 2.0)
Hi,
i'm using NHibernate within an ASP.NET application. Now, after a few weeks of my thread about how to implement the session handling correct (i implemented it as described in
http://www.beansoftware.com/asp.net-tut ... g4net.aspx), i have a new problem:
When i'm taking a look in the provider, i see an "Audit Logout" after each query, with a duration of around 300 - 500, but sometimes up to 200k.
The value of 200k is an exception, usually its around 300 - 500.
(Another issue, what i don't understand fully, is, why are these events happening before
each query, but that's not the topic of this thread...)
At first, i thought it has something to do with my old-session-handling implementation, but since i have rewritten the session-handling to the correct-way-of-doing-it-with-ASP, this can't be the problem anymore.
Any suggestions?
Regards,
John
P.S.: My developmentmachine is fast enough, i think: P4/3Ghz, 2GB RAM, XPSP2