Hello: Im working on a web application which is data-centric where in we do a lot of computations.
Ex: Calculate monthly spending based on the financial transactions (per category, date, year, month, etc..) We are currently running into a few dead locks. So one of the options that we were looking at is how we can leverage the stored procedures to do these aggregations (data crunching) but that leads us to the point where as these aggregations happen outside of the NHibernate Session; the application serves stale data. I was wondering if anybody has any ideas or approaches for this problem. thanks for your help -Praveen -- 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.
